Class SalesforceSourceConfiguration
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SalesforceSourceConfiguration.Builder,SalesforceSourceConfiguration>
The endpoint information to connect to your Salesforce data source.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal SalesforceAuthTypeauthType()The supported authentication type to authenticate and connect to your Salesforce instance.final StringThe supported authentication type to authenticate and connect to your Salesforce instance.builder()final StringThe Amazon Resource Name of an Secrets Manager secret that stores your authentication credentials for your Salesforce instance URL.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringhostUrl()The Salesforce host URL or instance URL.static Class<? extends SalesforceSourceConfiguration.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
hostUrl
The Salesforce host URL or instance URL.
- Returns:
- The Salesforce host URL or instance URL.
-
authType
The supported authentication type to authenticate and connect to your Salesforce instance.
If the service returns an enum value that is not available in the current SDK version,
authTypewill returnSalesforceAuthType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromauthTypeAsString().- Returns:
- The supported authentication type to authenticate and connect to your Salesforce instance.
- See Also:
-
authTypeAsString
The supported authentication type to authenticate and connect to your Salesforce instance.
If the service returns an enum value that is not available in the current SDK version,
authTypewill returnSalesforceAuthType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromauthTypeAsString().- Returns:
- The supported authentication type to authenticate and connect to your Salesforce instance.
- See Also:
-
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:
- 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.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<SalesforceSourceConfiguration.Builder,SalesforceSourceConfiguration>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-