@Stability(value=Stable) public static final class CfnFlow.ZendeskDestinationPropertiesProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnFlow.ZendeskDestinationPropertiesProperty>
CfnFlow.ZendeskDestinationPropertiesProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnFlow.ZendeskDestinationPropertiesProperty.Builder object(String object)
CfnFlow.ZendeskDestinationPropertiesProperty.getObject()object - The object specified in the Zendesk flow destination. This parameter is required.this@Stability(value=Stable) 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@Stability(value=Stable) 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@Stability(value=Stable) public CfnFlow.ZendeskDestinationPropertiesProperty.Builder idFieldNames(List<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@Stability(value=Stable) public CfnFlow.ZendeskDestinationPropertiesProperty.Builder writeOperationType(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@Stability(value=Stable) public CfnFlow.ZendeskDestinationPropertiesProperty build()
build in interface software.amazon.jsii.Builder<CfnFlow.ZendeskDestinationPropertiesProperty>CfnFlow.ZendeskDestinationPropertiesPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.