public static final class CfnFlow.ZendeskDestinationPropertiesProperty.Builder
extends java.lang.Object
CfnFlow.ZendeskDestinationPropertiesProperty
Constructor and Description |
---|
Builder() |
public CfnFlow.ZendeskDestinationPropertiesProperty.Builder object(java.lang.String object)
CfnFlow.ZendeskDestinationPropertiesProperty.getObject()
object
- The object specified in the Zendesk flow destination. This parameter is required.this
public CfnFlow.ZendeskDestinationPropertiesProperty.Builder errorHandlingConfig(IResolvable errorHandlingConfig)
CfnFlow.ZendeskDestinationPropertiesProperty.getErrorHandlingConfig()
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. ErrorHandlingConfig
is a part of the destination connector details.this
public CfnFlow.ZendeskDestinationPropertiesProperty.Builder errorHandlingConfig(CfnFlow.ErrorHandlingConfigProperty errorHandlingConfig)
CfnFlow.ZendeskDestinationPropertiesProperty.getErrorHandlingConfig()
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. ErrorHandlingConfig
is a part of the destination connector details.this
public CfnFlow.ZendeskDestinationPropertiesProperty.Builder idFieldNames(java.util.List<java.lang.String> idFieldNames)
CfnFlow.ZendeskDestinationPropertiesProperty.getIdFieldNames()
idFieldNames
- A list of field names that can be used as an ID field when performing a write operation.this
public CfnFlow.ZendeskDestinationPropertiesProperty.Builder writeOperationType(java.lang.String writeOperationType)
CfnFlow.ZendeskDestinationPropertiesProperty.getWriteOperationType()
writeOperationType
- The possible write operations in the destination connector.
When this value is not provided, this defaults to the INSERT
operation.this
public CfnFlow.ZendeskDestinationPropertiesProperty build()
CfnFlow.ZendeskDestinationPropertiesProperty
java.lang.NullPointerException
- if any required attribute was not provided