@Stability(value=Stable) public static final class CfnFlow.CustomConnectorDestinationPropertiesProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnFlow.CustomConnectorDestinationPropertiesProperty>
CfnFlow.CustomConnectorDestinationPropertiesProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnFlow.CustomConnectorDestinationPropertiesProperty.Builder entityName(String entityName)
CfnFlow.CustomConnectorDestinationPropertiesProperty.getEntityName()entityName - The entity specified in the custom connector as a destination in the flow. This parameter is required.this@Stability(value=Stable) public CfnFlow.CustomConnectorDestinationPropertiesProperty.Builder customProperties(Object customProperties)
customProperties - The custom properties that are specific to the connector when it's used as a destination in the flow.this@Stability(value=Stable) public CfnFlow.CustomConnectorDestinationPropertiesProperty.Builder errorHandlingConfig(IResolvable errorHandlingConfig)
errorHandlingConfig - The settings that determine how Amazon AppFlow handles an error when placing data in the custom connector as destination.this@Stability(value=Stable) public CfnFlow.CustomConnectorDestinationPropertiesProperty.Builder errorHandlingConfig(CfnFlow.ErrorHandlingConfigProperty errorHandlingConfig)
errorHandlingConfig - The settings that determine how Amazon AppFlow handles an error when placing data in the custom connector as destination.this@Stability(value=Stable) public CfnFlow.CustomConnectorDestinationPropertiesProperty.Builder idFieldNames(List<String> idFieldNames)
CfnFlow.CustomConnectorDestinationPropertiesProperty.getIdFieldNames()idFieldNames - The name of the field that Amazon AppFlow uses as an ID when performing a write operation such as update, delete, or upsert.this@Stability(value=Stable) public CfnFlow.CustomConnectorDestinationPropertiesProperty.Builder writeOperationType(String writeOperationType)
writeOperationType - Specifies the type of write operation to be performed in the custom connector when it's used as destination.this@Stability(value=Stable) public CfnFlow.CustomConnectorDestinationPropertiesProperty build()
build in interface software.amazon.jsii.Builder<CfnFlow.CustomConnectorDestinationPropertiesProperty>CfnFlow.CustomConnectorDestinationPropertiesPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.