| Package | Description |
|---|---|
| com.amazonaws.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
SalesforceDestinationProperties |
SalesforceDestinationProperties.clone() |
SalesforceDestinationProperties |
DestinationConnectorProperties.getSalesforce()
The properties required to query Salesforce.
|
SalesforceDestinationProperties |
SalesforceDestinationProperties.withErrorHandlingConfig(ErrorHandlingConfig errorHandlingConfig)
The settings that determine how Amazon AppFlow handles an error when placing data in the Salesforce destination.
|
SalesforceDestinationProperties |
SalesforceDestinationProperties.withIdFieldNames(Collection<String> idFieldNames)
The name of the field that Amazon AppFlow uses as an ID when performing a write operation such as update or
delete.
|
SalesforceDestinationProperties |
SalesforceDestinationProperties.withIdFieldNames(String... idFieldNames)
The name of the field that Amazon AppFlow uses as an ID when performing a write operation such as update or
delete.
|
SalesforceDestinationProperties |
SalesforceDestinationProperties.withObject(String object)
The object specified in the Salesforce flow destination.
|
SalesforceDestinationProperties |
SalesforceDestinationProperties.withWriteOperationType(String writeOperationType)
This specifies the type of write operation to be performed in Salesforce.
|
SalesforceDestinationProperties |
SalesforceDestinationProperties.withWriteOperationType(WriteOperationType writeOperationType)
This specifies the type of write operation to be performed in Salesforce.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DestinationConnectorProperties.setSalesforce(SalesforceDestinationProperties salesforce)
The properties required to query Salesforce.
|
DestinationConnectorProperties |
DestinationConnectorProperties.withSalesforce(SalesforceDestinationProperties salesforce)
The properties required to query Salesforce.
|
Copyright © 2022. All rights reserved.