Interface SalesforceSourceConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SalesforceSourceConfiguration.Builder,SalesforceSourceConfiguration>,SdkBuilder<SalesforceSourceConfiguration.Builder,SalesforceSourceConfiguration>,SdkPojo
- Enclosing class:
- SalesforceSourceConfiguration
public static interface SalesforceSourceConfiguration.Builder extends SdkPojo, CopyableBuilder<SalesforceSourceConfiguration.Builder,SalesforceSourceConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SalesforceSourceConfiguration.BuilderauthType(String authType)The supported authentication type to authenticate and connect to your Salesforce instance.SalesforceSourceConfiguration.BuilderauthType(SalesforceAuthType authType)The supported authentication type to authenticate and connect to your Salesforce instance.SalesforceSourceConfiguration.BuildercredentialsSecretArn(String credentialsSecretArn)The Amazon Resource Name of an Secrets Manager secret that stores your authentication credentials for your Salesforce instance URL.SalesforceSourceConfiguration.BuilderhostUrl(String hostUrl)The Salesforce host URL or instance URL.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
authType
SalesforceSourceConfiguration.Builder authType(String authType)
The supported authentication type to authenticate and connect to your Salesforce instance.
- Parameters:
authType- The supported authentication type to authenticate and connect to your Salesforce instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SalesforceAuthType,SalesforceAuthType
-
authType
SalesforceSourceConfiguration.Builder authType(SalesforceAuthType authType)
The supported authentication type to authenticate and connect to your Salesforce instance.
- Parameters:
authType- The supported authentication type to authenticate and connect to your Salesforce instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SalesforceAuthType,SalesforceAuthType
-
credentialsSecretArn
SalesforceSourceConfiguration.Builder credentialsSecretArn(String credentialsSecretArn)
The Amazon Resource Name of an Secrets Manager secret that stores your authentication credentials for your Salesforce instance URL. For more information on the key-value pairs that must be included in your secret, depending on your authentication type, see Salesforce connection configuration.
- Parameters:
credentialsSecretArn- The Amazon Resource Name of an Secrets Manager secret that stores your authentication credentials for your Salesforce instance URL. For more information on the key-value pairs that must be included in your secret, depending on your authentication type, see Salesforce connection configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hostUrl
SalesforceSourceConfiguration.Builder hostUrl(String hostUrl)
The Salesforce host URL or instance URL.
- Parameters:
hostUrl- The Salesforce host URL or instance URL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-