Class CfnFlowPropsMixin.ZendeskDestinationPropertiesProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.appflow.CfnFlowPropsMixin.ZendeskDestinationPropertiesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFlowPropsMixin.ZendeskDestinationPropertiesProperty>
- Enclosing interface:
CfnFlowPropsMixin.ZendeskDestinationPropertiesProperty
@Stability(Stable)
public static final class CfnFlowPropsMixin.ZendeskDestinationPropertiesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFlowPropsMixin.ZendeskDestinationPropertiesProperty>
A builder for
CfnFlowPropsMixin.ZendeskDestinationPropertiesProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.errorHandlingConfig(CfnFlowPropsMixin.ErrorHandlingConfigProperty errorHandlingConfig) errorHandlingConfig(IResolvable errorHandlingConfig) idFieldNames(List<String> idFieldNames) Sets the value ofCfnFlowPropsMixin.ZendeskDestinationPropertiesProperty.getIdFieldNames()Sets the value ofCfnFlowPropsMixin.ZendeskDestinationPropertiesProperty.getObject()writeOperationType(String writeOperationType)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
errorHandlingConfig
@Stability(Stable) public CfnFlowPropsMixin.ZendeskDestinationPropertiesProperty.Builder errorHandlingConfig(IResolvable errorHandlingConfig) - Parameters:
errorHandlingConfig- The settings that determine how Amazon AppFlow handles an error when placing data in the 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.ErrorHandlingConfigis a part of the destination connector details.- Returns:
this
-
errorHandlingConfig
@Stability(Stable) public CfnFlowPropsMixin.ZendeskDestinationPropertiesProperty.Builder errorHandlingConfig(CfnFlowPropsMixin.ErrorHandlingConfigProperty errorHandlingConfig) - Parameters:
errorHandlingConfig- The settings that determine how Amazon AppFlow handles an error when placing data in the 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.ErrorHandlingConfigis a part of the destination connector details.- Returns:
this
-
idFieldNames
@Stability(Stable) public CfnFlowPropsMixin.ZendeskDestinationPropertiesProperty.Builder idFieldNames(List<String> idFieldNames) Sets the value ofCfnFlowPropsMixin.ZendeskDestinationPropertiesProperty.getIdFieldNames()- Parameters:
idFieldNames- A list of field names that can be used as an ID field when performing a write operation.- Returns:
this
-
object
@Stability(Stable) public CfnFlowPropsMixin.ZendeskDestinationPropertiesProperty.Builder object(String object) Sets the value ofCfnFlowPropsMixin.ZendeskDestinationPropertiesProperty.getObject()- Parameters:
object- The object specified in the Zendesk flow destination.- Returns:
this
-
writeOperationType
@Stability(Stable) public CfnFlowPropsMixin.ZendeskDestinationPropertiesProperty.Builder writeOperationType(String writeOperationType) - Parameters:
writeOperationType- The possible write operations in the destination connector. When this value is not provided, this defaults to theINSERToperation.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFlowPropsMixin.ZendeskDestinationPropertiesProperty>- Returns:
- a new instance of
CfnFlowPropsMixin.ZendeskDestinationPropertiesProperty - Throws:
NullPointerException- if any required attribute was not provided
-