Class SalesforceSourceConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.bedrockagent.model.SalesforceSourceConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SalesforceSourceConfiguration.Builder,SalesforceSourceConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class SalesforceSourceConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SalesforceSourceConfiguration.Builder,SalesforceSourceConfiguration>
The endpoint information to connect to your Salesforce data source.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSalesforceSourceConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description SalesforceAuthTypeauthType()The supported authentication type to authenticate and connect to your Salesforce instance.StringauthTypeAsString()The supported authentication type to authenticate and connect to your Salesforce instance.static SalesforceSourceConfiguration.Builderbuilder()StringcredentialsSecretArn()The Amazon Resource Name of an Secrets Manager secret that stores your authentication credentials for your Salesforce instance URL.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringhostUrl()The Salesforce host URL or instance URL.List<SdkField<?>>sdkFields()static Class<? extends SalesforceSourceConfiguration.Builder>serializableBuilderClass()SalesforceSourceConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
authType
public final SalesforceAuthType 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:
SalesforceAuthType
-
authTypeAsString
public final String 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:
SalesforceAuthType
-
credentialsSecretArn
public final 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.
- 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.
-
hostUrl
public final String hostUrl()
The Salesforce host URL or instance URL.
- Returns:
- The Salesforce host URL or instance URL.
-
toBuilder
public SalesforceSourceConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SalesforceSourceConfiguration.Builder,SalesforceSourceConfiguration>
-
builder
public static SalesforceSourceConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends SalesforceSourceConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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.
-
-