Class CfnFlowPropsMixin.CustomConnectorDestinationPropertiesProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.appflow.CfnFlowPropsMixin.CustomConnectorDestinationPropertiesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFlowPropsMixin.CustomConnectorDestinationPropertiesProperty>
- Enclosing interface:
CfnFlowPropsMixin.CustomConnectorDestinationPropertiesProperty
@Stability(Stable)
public static final class CfnFlowPropsMixin.CustomConnectorDestinationPropertiesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFlowPropsMixin.CustomConnectorDestinationPropertiesProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.customProperties(Map<String, String> customProperties) customProperties(IResolvable customProperties) entityName(String entityName) errorHandlingConfig(CfnFlowPropsMixin.ErrorHandlingConfigProperty errorHandlingConfig) errorHandlingConfig(IResolvable errorHandlingConfig) idFieldNames(List<String> idFieldNames) writeOperationType(String writeOperationType)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
customProperties
@Stability(Stable) public CfnFlowPropsMixin.CustomConnectorDestinationPropertiesProperty.Builder customProperties(Map<String, String> customProperties) Sets the value ofCfnFlowPropsMixin.CustomConnectorDestinationPropertiesProperty.getCustomProperties()- Parameters:
customProperties- The custom properties that are specific to the connector when it's used as a destination in the flow.- Returns:
this
-
customProperties
@Stability(Stable) public CfnFlowPropsMixin.CustomConnectorDestinationPropertiesProperty.Builder customProperties(IResolvable customProperties) Sets the value ofCfnFlowPropsMixin.CustomConnectorDestinationPropertiesProperty.getCustomProperties()- Parameters:
customProperties- The custom properties that are specific to the connector when it's used as a destination in the flow.- Returns:
this
-
entityName
@Stability(Stable) public CfnFlowPropsMixin.CustomConnectorDestinationPropertiesProperty.Builder entityName(String entityName) - Parameters:
entityName- The entity specified in the custom connector as a destination in the flow.- Returns:
this
-
errorHandlingConfig
@Stability(Stable) public CfnFlowPropsMixin.CustomConnectorDestinationPropertiesProperty.Builder errorHandlingConfig(IResolvable errorHandlingConfig) Sets the value ofCfnFlowPropsMixin.CustomConnectorDestinationPropertiesProperty.getErrorHandlingConfig()- Parameters:
errorHandlingConfig- The settings that determine how Amazon AppFlow handles an error when placing data in the custom connector as destination.- Returns:
this
-
errorHandlingConfig
@Stability(Stable) public CfnFlowPropsMixin.CustomConnectorDestinationPropertiesProperty.Builder errorHandlingConfig(CfnFlowPropsMixin.ErrorHandlingConfigProperty errorHandlingConfig) Sets the value ofCfnFlowPropsMixin.CustomConnectorDestinationPropertiesProperty.getErrorHandlingConfig()- Parameters:
errorHandlingConfig- The settings that determine how Amazon AppFlow handles an error when placing data in the custom connector as destination.- Returns:
this
-
idFieldNames
@Stability(Stable) public CfnFlowPropsMixin.CustomConnectorDestinationPropertiesProperty.Builder idFieldNames(List<String> idFieldNames) - Parameters:
idFieldNames- The name of the field that Amazon AppFlow uses as an ID when performing a write operation such as update, delete, or upsert.- Returns:
this
-
writeOperationType
@Stability(Stable) public CfnFlowPropsMixin.CustomConnectorDestinationPropertiesProperty.Builder writeOperationType(String writeOperationType) Sets the value ofCfnFlowPropsMixin.CustomConnectorDestinationPropertiesProperty.getWriteOperationType()- Parameters:
writeOperationType- Specifies the type of write operation to be performed in the custom connector when it's used as destination.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFlowPropsMixin.CustomConnectorDestinationPropertiesProperty>- Returns:
- a new instance of
CfnFlowPropsMixin.CustomConnectorDestinationPropertiesProperty - Throws:
NullPointerException- if any required attribute was not provided
-