Class SalesforceConnectorProfileProperties
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<SalesforceConnectorProfileProperties.Builder,- SalesforceConnectorProfileProperties> 
The connector-specific profile properties required when using Salesforce.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe location of the Salesforce resource.final BooleanIndicates whether the connector profile applies to a sandbox or production environment.static Class<? extends SalesforceConnectorProfileProperties.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.final BooleanIf the connection mode for the connector profile is private, this parameter sets whether Amazon AppFlow uses the private network to send metadata and authorization calls to Salesforce.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
instanceUrlThe location of the Salesforce resource. - Returns:
- The location of the Salesforce resource.
 
- 
isSandboxEnvironmentIndicates whether the connector profile applies to a sandbox or production environment. - Returns:
- Indicates whether the connector profile applies to a sandbox or production environment.
 
- 
usePrivateLinkForMetadataAndAuthorizationIf the connection mode for the connector profile is private, this parameter sets whether Amazon AppFlow uses the private network to send metadata and authorization calls to Salesforce. Amazon AppFlow sends private calls through Amazon Web Services PrivateLink. These calls travel through Amazon Web Services infrastructure without being exposed to the public internet. Set either of the following values: - true
- 
 Amazon AppFlow sends all calls to Salesforce over the private network. These private calls are: - 
 Calls to get metadata about your Salesforce records. This metadata describes your Salesforce objects and their fields. 
- 
 Calls to get or refresh access tokens that allow Amazon AppFlow to access your Salesforce records. 
- 
 Calls to transfer your Salesforce records as part of a flow run. 
 
- 
 
- false
- 
 The default value. Amazon AppFlow sends some calls to Salesforce privately and other calls over the public internet. The public calls are: - 
 Calls to get metadata about your Salesforce records. 
- 
 Calls to get or refresh access tokens. 
 The private calls are: - 
 Calls to transfer your Salesforce records as part of a flow run. 
 
- 
 
 - Returns:
- If the connection mode for the connector profile is private, this parameter sets whether Amazon AppFlow
         uses the private network to send metadata and authorization calls to Salesforce. Amazon AppFlow sends
         private calls through Amazon Web Services PrivateLink. These calls travel through Amazon Web Services
         infrastructure without being exposed to the public internet.
         Set either of the following values: - true
- 
         Amazon AppFlow sends all calls to Salesforce over the private network. These private calls are: - 
         Calls to get metadata about your Salesforce records. This metadata describes your Salesforce objects and their fields. 
- 
         Calls to get or refresh access tokens that allow Amazon AppFlow to access your Salesforce records. 
- 
         Calls to transfer your Salesforce records as part of a flow run. 
 
- 
         
- false
- 
         The default value. Amazon AppFlow sends some calls to Salesforce privately and other calls over the public internet. The public calls are: - 
         Calls to get metadata about your Salesforce records. 
- 
         Calls to get or refresh access tokens. 
 The private calls are: - 
         Calls to transfer your Salesforce records as part of a flow run. 
 
- 
         
 
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<SalesforceConnectorProfileProperties.Builder,- SalesforceConnectorProfileProperties> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClasspublic static Class<? extends SalesforceConnectorProfileProperties.Builder> serializableBuilderClass()
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-