All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.azurenative.datafactory.inputs.SalesforceServiceCloudLinkedServiceArgs Maven / Gradle / Ivy

There is a newer version: 2.72.0
Show newest version
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***

package com.pulumi.azurenative.datafactory.inputs;

import com.pulumi.azurenative.datafactory.inputs.AzureKeyVaultSecretReferenceArgs;
import com.pulumi.azurenative.datafactory.inputs.IntegrationRuntimeReferenceArgs;
import com.pulumi.azurenative.datafactory.inputs.ParameterSpecificationArgs;
import com.pulumi.azurenative.datafactory.inputs.SecureStringArgs;
import com.pulumi.core.Either;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.core.internal.Codegen;
import com.pulumi.exceptions.MissingRequiredPropertyException;
import java.lang.Object;
import java.lang.String;
import java.util.List;
import java.util.Map;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;


/**
 * Linked service for Salesforce Service Cloud.
 * 
 */
public final class SalesforceServiceCloudLinkedServiceArgs extends com.pulumi.resources.ResourceArgs {

    public static final SalesforceServiceCloudLinkedServiceArgs Empty = new SalesforceServiceCloudLinkedServiceArgs();

    /**
     * List of tags that can be used for describing the linked service.
     * 
     */
    @Import(name="annotations")
    private @Nullable Output> annotations;

    /**
     * @return List of tags that can be used for describing the linked service.
     * 
     */
    public Optional>> annotations() {
        return Optional.ofNullable(this.annotations);
    }

    /**
     * The Salesforce API version used in ADF. Type: string (or Expression with resultType string).
     * 
     */
    @Import(name="apiVersion")
    private @Nullable Output apiVersion;

    /**
     * @return The Salesforce API version used in ADF. Type: string (or Expression with resultType string).
     * 
     */
    public Optional> apiVersion() {
        return Optional.ofNullable(this.apiVersion);
    }

    /**
     * The integration runtime reference.
     * 
     */
    @Import(name="connectVia")
    private @Nullable Output connectVia;

    /**
     * @return The integration runtime reference.
     * 
     */
    public Optional> connectVia() {
        return Optional.ofNullable(this.connectVia);
    }

    /**
     * Linked service description.
     * 
     */
    @Import(name="description")
    private @Nullable Output description;

    /**
     * @return Linked service description.
     * 
     */
    public Optional> description() {
        return Optional.ofNullable(this.description);
    }

    /**
     * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
     * 
     */
    @Import(name="encryptedCredential")
    private @Nullable Output encryptedCredential;

    /**
     * @return The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
     * 
     */
    public Optional> encryptedCredential() {
        return Optional.ofNullable(this.encryptedCredential);
    }

    /**
     * The URL of Salesforce Service Cloud instance. Default is 'https://login.salesforce.com'. To copy data from sandbox, specify 'https://test.salesforce.com'. To copy data from custom domain, specify, for example, 'https://[domain].my.salesforce.com'. Type: string (or Expression with resultType string).
     * 
     */
    @Import(name="environmentUrl")
    private @Nullable Output environmentUrl;

    /**
     * @return The URL of Salesforce Service Cloud instance. Default is 'https://login.salesforce.com'. To copy data from sandbox, specify 'https://test.salesforce.com'. To copy data from custom domain, specify, for example, 'https://[domain].my.salesforce.com'. Type: string (or Expression with resultType string).
     * 
     */
    public Optional> environmentUrl() {
        return Optional.ofNullable(this.environmentUrl);
    }

    /**
     * Extended properties appended to the connection string. Type: string (or Expression with resultType string).
     * 
     */
    @Import(name="extendedProperties")
    private @Nullable Output extendedProperties;

    /**
     * @return Extended properties appended to the connection string. Type: string (or Expression with resultType string).
     * 
     */
    public Optional> extendedProperties() {
        return Optional.ofNullable(this.extendedProperties);
    }

    /**
     * Parameters for linked service.
     * 
     */
    @Import(name="parameters")
    private @Nullable Output> parameters;

    /**
     * @return Parameters for linked service.
     * 
     */
    public Optional>> parameters() {
        return Optional.ofNullable(this.parameters);
    }

    /**
     * The password for Basic authentication of the Salesforce instance.
     * 
     */
    @Import(name="password")
    private @Nullable Output> password;

    /**
     * @return The password for Basic authentication of the Salesforce instance.
     * 
     */
    public Optional>> password() {
        return Optional.ofNullable(this.password);
    }

    /**
     * The security token is optional to remotely access Salesforce instance.
     * 
     */
    @Import(name="securityToken")
    private @Nullable Output> securityToken;

    /**
     * @return The security token is optional to remotely access Salesforce instance.
     * 
     */
    public Optional>> securityToken() {
        return Optional.ofNullable(this.securityToken);
    }

    /**
     * Type of linked service.
     * Expected value is 'SalesforceServiceCloud'.
     * 
     */
    @Import(name="type", required=true)
    private Output type;

    /**
     * @return Type of linked service.
     * Expected value is 'SalesforceServiceCloud'.
     * 
     */
    public Output type() {
        return this.type;
    }

    /**
     * The username for Basic authentication of the Salesforce instance. Type: string (or Expression with resultType string).
     * 
     */
    @Import(name="username")
    private @Nullable Output username;

    /**
     * @return The username for Basic authentication of the Salesforce instance. Type: string (or Expression with resultType string).
     * 
     */
    public Optional> username() {
        return Optional.ofNullable(this.username);
    }

    /**
     * Version of the linked service.
     * 
     */
    @Import(name="version")
    private @Nullable Output version;

    /**
     * @return Version of the linked service.
     * 
     */
    public Optional> version() {
        return Optional.ofNullable(this.version);
    }

    private SalesforceServiceCloudLinkedServiceArgs() {}

    private SalesforceServiceCloudLinkedServiceArgs(SalesforceServiceCloudLinkedServiceArgs $) {
        this.annotations = $.annotations;
        this.apiVersion = $.apiVersion;
        this.connectVia = $.connectVia;
        this.description = $.description;
        this.encryptedCredential = $.encryptedCredential;
        this.environmentUrl = $.environmentUrl;
        this.extendedProperties = $.extendedProperties;
        this.parameters = $.parameters;
        this.password = $.password;
        this.securityToken = $.securityToken;
        this.type = $.type;
        this.username = $.username;
        this.version = $.version;
    }

    public static Builder builder() {
        return new Builder();
    }
    public static Builder builder(SalesforceServiceCloudLinkedServiceArgs defaults) {
        return new Builder(defaults);
    }

    public static final class Builder {
        private SalesforceServiceCloudLinkedServiceArgs $;

        public Builder() {
            $ = new SalesforceServiceCloudLinkedServiceArgs();
        }

        public Builder(SalesforceServiceCloudLinkedServiceArgs defaults) {
            $ = new SalesforceServiceCloudLinkedServiceArgs(Objects.requireNonNull(defaults));
        }

        /**
         * @param annotations List of tags that can be used for describing the linked service.
         * 
         * @return builder
         * 
         */
        public Builder annotations(@Nullable Output> annotations) {
            $.annotations = annotations;
            return this;
        }

        /**
         * @param annotations List of tags that can be used for describing the linked service.
         * 
         * @return builder
         * 
         */
        public Builder annotations(List annotations) {
            return annotations(Output.of(annotations));
        }

        /**
         * @param annotations List of tags that can be used for describing the linked service.
         * 
         * @return builder
         * 
         */
        public Builder annotations(Object... annotations) {
            return annotations(List.of(annotations));
        }

        /**
         * @param apiVersion The Salesforce API version used in ADF. Type: string (or Expression with resultType string).
         * 
         * @return builder
         * 
         */
        public Builder apiVersion(@Nullable Output apiVersion) {
            $.apiVersion = apiVersion;
            return this;
        }

        /**
         * @param apiVersion The Salesforce API version used in ADF. Type: string (or Expression with resultType string).
         * 
         * @return builder
         * 
         */
        public Builder apiVersion(Object apiVersion) {
            return apiVersion(Output.of(apiVersion));
        }

        /**
         * @param connectVia The integration runtime reference.
         * 
         * @return builder
         * 
         */
        public Builder connectVia(@Nullable Output connectVia) {
            $.connectVia = connectVia;
            return this;
        }

        /**
         * @param connectVia The integration runtime reference.
         * 
         * @return builder
         * 
         */
        public Builder connectVia(IntegrationRuntimeReferenceArgs connectVia) {
            return connectVia(Output.of(connectVia));
        }

        /**
         * @param description Linked service description.
         * 
         * @return builder
         * 
         */
        public Builder description(@Nullable Output description) {
            $.description = description;
            return this;
        }

        /**
         * @param description Linked service description.
         * 
         * @return builder
         * 
         */
        public Builder description(String description) {
            return description(Output.of(description));
        }

        /**
         * @param encryptedCredential The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
         * 
         * @return builder
         * 
         */
        public Builder encryptedCredential(@Nullable Output encryptedCredential) {
            $.encryptedCredential = encryptedCredential;
            return this;
        }

        /**
         * @param encryptedCredential The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
         * 
         * @return builder
         * 
         */
        public Builder encryptedCredential(String encryptedCredential) {
            return encryptedCredential(Output.of(encryptedCredential));
        }

        /**
         * @param environmentUrl The URL of Salesforce Service Cloud instance. Default is 'https://login.salesforce.com'. To copy data from sandbox, specify 'https://test.salesforce.com'. To copy data from custom domain, specify, for example, 'https://[domain].my.salesforce.com'. Type: string (or Expression with resultType string).
         * 
         * @return builder
         * 
         */
        public Builder environmentUrl(@Nullable Output environmentUrl) {
            $.environmentUrl = environmentUrl;
            return this;
        }

        /**
         * @param environmentUrl The URL of Salesforce Service Cloud instance. Default is 'https://login.salesforce.com'. To copy data from sandbox, specify 'https://test.salesforce.com'. To copy data from custom domain, specify, for example, 'https://[domain].my.salesforce.com'. Type: string (or Expression with resultType string).
         * 
         * @return builder
         * 
         */
        public Builder environmentUrl(Object environmentUrl) {
            return environmentUrl(Output.of(environmentUrl));
        }

        /**
         * @param extendedProperties Extended properties appended to the connection string. Type: string (or Expression with resultType string).
         * 
         * @return builder
         * 
         */
        public Builder extendedProperties(@Nullable Output extendedProperties) {
            $.extendedProperties = extendedProperties;
            return this;
        }

        /**
         * @param extendedProperties Extended properties appended to the connection string. Type: string (or Expression with resultType string).
         * 
         * @return builder
         * 
         */
        public Builder extendedProperties(Object extendedProperties) {
            return extendedProperties(Output.of(extendedProperties));
        }

        /**
         * @param parameters Parameters for linked service.
         * 
         * @return builder
         * 
         */
        public Builder parameters(@Nullable Output> parameters) {
            $.parameters = parameters;
            return this;
        }

        /**
         * @param parameters Parameters for linked service.
         * 
         * @return builder
         * 
         */
        public Builder parameters(Map parameters) {
            return parameters(Output.of(parameters));
        }

        /**
         * @param password The password for Basic authentication of the Salesforce instance.
         * 
         * @return builder
         * 
         */
        public Builder password(@Nullable Output> password) {
            $.password = password;
            return this;
        }

        /**
         * @param password The password for Basic authentication of the Salesforce instance.
         * 
         * @return builder
         * 
         */
        public Builder password(Either password) {
            return password(Output.of(password));
        }

        /**
         * @param password The password for Basic authentication of the Salesforce instance.
         * 
         * @return builder
         * 
         */
        public Builder password(AzureKeyVaultSecretReferenceArgs password) {
            return password(Either.ofLeft(password));
        }

        /**
         * @param password The password for Basic authentication of the Salesforce instance.
         * 
         * @return builder
         * 
         */
        public Builder password(SecureStringArgs password) {
            return password(Either.ofRight(password));
        }

        /**
         * @param securityToken The security token is optional to remotely access Salesforce instance.
         * 
         * @return builder
         * 
         */
        public Builder securityToken(@Nullable Output> securityToken) {
            $.securityToken = securityToken;
            return this;
        }

        /**
         * @param securityToken The security token is optional to remotely access Salesforce instance.
         * 
         * @return builder
         * 
         */
        public Builder securityToken(Either securityToken) {
            return securityToken(Output.of(securityToken));
        }

        /**
         * @param securityToken The security token is optional to remotely access Salesforce instance.
         * 
         * @return builder
         * 
         */
        public Builder securityToken(AzureKeyVaultSecretReferenceArgs securityToken) {
            return securityToken(Either.ofLeft(securityToken));
        }

        /**
         * @param securityToken The security token is optional to remotely access Salesforce instance.
         * 
         * @return builder
         * 
         */
        public Builder securityToken(SecureStringArgs securityToken) {
            return securityToken(Either.ofRight(securityToken));
        }

        /**
         * @param type Type of linked service.
         * Expected value is 'SalesforceServiceCloud'.
         * 
         * @return builder
         * 
         */
        public Builder type(Output type) {
            $.type = type;
            return this;
        }

        /**
         * @param type Type of linked service.
         * Expected value is 'SalesforceServiceCloud'.
         * 
         * @return builder
         * 
         */
        public Builder type(String type) {
            return type(Output.of(type));
        }

        /**
         * @param username The username for Basic authentication of the Salesforce instance. Type: string (or Expression with resultType string).
         * 
         * @return builder
         * 
         */
        public Builder username(@Nullable Output username) {
            $.username = username;
            return this;
        }

        /**
         * @param username The username for Basic authentication of the Salesforce instance. Type: string (or Expression with resultType string).
         * 
         * @return builder
         * 
         */
        public Builder username(Object username) {
            return username(Output.of(username));
        }

        /**
         * @param version Version of the linked service.
         * 
         * @return builder
         * 
         */
        public Builder version(@Nullable Output version) {
            $.version = version;
            return this;
        }

        /**
         * @param version Version of the linked service.
         * 
         * @return builder
         * 
         */
        public Builder version(String version) {
            return version(Output.of(version));
        }

        public SalesforceServiceCloudLinkedServiceArgs build() {
            $.type = Codegen.stringProp("type").output().arg($.type).require();
            return $;
        }
    }

}