public static final class CfnFlow.CustomConnectorDestinationPropertiesProperty.Builder
extends java.lang.Object
CfnFlow.CustomConnectorDestinationPropertiesProperty
Constructor and Description |
---|
Builder() |
public CfnFlow.CustomConnectorDestinationPropertiesProperty.Builder entityName(java.lang.String entityName)
CfnFlow.CustomConnectorDestinationPropertiesProperty.getEntityName()
entityName
- The entity specified in the custom connector as a destination in the flow. This parameter is required.this
public CfnFlow.CustomConnectorDestinationPropertiesProperty.Builder customProperties(IResolvable customProperties)
customProperties
- The custom properties that are specific to the connector when it's used as a destination in the flow.this
public CfnFlow.CustomConnectorDestinationPropertiesProperty.Builder customProperties(java.util.Map<java.lang.String,java.lang.String> customProperties)
customProperties
- The custom properties that are specific to the connector when it's used as a destination in the flow.this
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
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
public CfnFlow.CustomConnectorDestinationPropertiesProperty.Builder idFieldNames(java.util.List<java.lang.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
public CfnFlow.CustomConnectorDestinationPropertiesProperty.Builder writeOperationType(java.lang.String writeOperationType)
writeOperationType
- Specifies the type of write operation to be performed in the custom connector when it's used as destination.this
public CfnFlow.CustomConnectorDestinationPropertiesProperty build()
CfnFlow.CustomConnectorDestinationPropertiesProperty
java.lang.NullPointerException
- if any required attribute was not provided