@Generated(value="software.amazon.awssdk:codegen") public final class SalesforceConnectorProfileProperties extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SalesforceConnectorProfileProperties.Builder,SalesforceConnectorProfileProperties>
The connector-specific profile properties required when using Salesforce.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SalesforceConnectorProfileProperties.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SalesforceConnectorProfileProperties.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
instanceUrl()
The location of the Salesforce resource.
|
Boolean |
isSandboxEnvironment()
Indicates whether the connector profile applies to a sandbox or production environment.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SalesforceConnectorProfileProperties.Builder> |
serializableBuilderClass() |
SalesforceConnectorProfileProperties.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Boolean |
usePrivateLinkForMetadataAndAuthorization()
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.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String instanceUrl()
The location of the Salesforce resource.
public final Boolean isSandboxEnvironment()
Indicates whether the connector profile applies to a sandbox or production environment.
public final Boolean usePrivateLinkForMetadataAndAuthorization()
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:
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.
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.
Set either of the following values:
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.
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.
public SalesforceConnectorProfileProperties.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SalesforceConnectorProfileProperties.Builder,SalesforceConnectorProfileProperties>public static SalesforceConnectorProfileProperties.Builder builder()
public static Class<? extends SalesforceConnectorProfileProperties.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.