@Stability(value=Stable) public static final class CfnFlow.SalesforceDestinationPropertiesProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnFlow.SalesforceDestinationPropertiesProperty>
CfnFlow.SalesforceDestinationPropertiesProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnFlow.SalesforceDestinationPropertiesProperty.Builder object(String object)
CfnFlow.SalesforceDestinationPropertiesProperty.getObject()object - The object specified in the Salesforce flow destination. This parameter is required.this@Stability(value=Stable) public CfnFlow.SalesforceDestinationPropertiesProperty.Builder errorHandlingConfig(CfnFlow.ErrorHandlingConfigProperty errorHandlingConfig)
CfnFlow.SalesforceDestinationPropertiesProperty.getErrorHandlingConfig()errorHandlingConfig - The settings that determine how Amazon AppFlow handles an error when placing data in the Salesforce destination.
For example, this setting would determine if the flow should fail after one insertion error, or continue and attempt to insert every record regardless of the initial failure. ErrorHandlingConfig is a part of the destination connector details.this@Stability(value=Stable) public CfnFlow.SalesforceDestinationPropertiesProperty.Builder errorHandlingConfig(IResolvable errorHandlingConfig)
CfnFlow.SalesforceDestinationPropertiesProperty.getErrorHandlingConfig()errorHandlingConfig - The settings that determine how Amazon AppFlow handles an error when placing data in the Salesforce destination.
For example, this setting would determine if the flow should fail after one insertion error, or continue and attempt to insert every record regardless of the initial failure. ErrorHandlingConfig is a part of the destination connector details.this@Stability(value=Stable) public CfnFlow.SalesforceDestinationPropertiesProperty.Builder idFieldNames(List<String> idFieldNames)
CfnFlow.SalesforceDestinationPropertiesProperty.getIdFieldNames()idFieldNames - The name of the field that Amazon AppFlow uses as an ID when performing a write operation such as update or delete.this@Stability(value=Stable) public CfnFlow.SalesforceDestinationPropertiesProperty.Builder writeOperationType(String writeOperationType)
CfnFlow.SalesforceDestinationPropertiesProperty.getWriteOperationType()writeOperationType - This specifies the type of write operation to be performed in Salesforce.
When the value is UPSERT , then idFieldNames is required.this@Stability(value=Stable) public CfnFlow.SalesforceDestinationPropertiesProperty build()
build in interface software.amazon.jsii.Builder<CfnFlow.SalesforceDestinationPropertiesProperty>CfnFlow.SalesforceDestinationPropertiesPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.