@Stability(value=Stable) public static final class CfnFlow.SAPODataDestinationPropertiesProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnFlow.SAPODataDestinationPropertiesProperty>
CfnFlow.SAPODataDestinationPropertiesProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnFlow.SAPODataDestinationPropertiesProperty.Builder objectPath(String objectPath)
CfnFlow.SAPODataDestinationPropertiesProperty.getObjectPath()objectPath - The object path specified in the SAPOData flow destination. This parameter is required.this@Stability(value=Stable) public CfnFlow.SAPODataDestinationPropertiesProperty.Builder errorHandlingConfig(CfnFlow.ErrorHandlingConfigProperty errorHandlingConfig)
CfnFlow.SAPODataDestinationPropertiesProperty.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.SAPODataDestinationPropertiesProperty.Builder errorHandlingConfig(IResolvable errorHandlingConfig)
CfnFlow.SAPODataDestinationPropertiesProperty.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.SAPODataDestinationPropertiesProperty.Builder idFieldNames(List<String> idFieldNames)
CfnFlow.SAPODataDestinationPropertiesProperty.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.SAPODataDestinationPropertiesProperty.Builder successResponseHandlingConfig(CfnFlow.SuccessResponseHandlingConfigProperty successResponseHandlingConfig)
successResponseHandlingConfig - Determines how Amazon AppFlow handles the success response that it gets from the connector after placing data.
For example, this setting would determine where to write the response from a destination connector upon a successful insert operation.this@Stability(value=Stable) public CfnFlow.SAPODataDestinationPropertiesProperty.Builder successResponseHandlingConfig(IResolvable successResponseHandlingConfig)
successResponseHandlingConfig - Determines how Amazon AppFlow handles the success response that it gets from the connector after placing data.
For example, this setting would determine where to write the response from a destination connector upon a successful insert operation.this@Stability(value=Stable) public CfnFlow.SAPODataDestinationPropertiesProperty.Builder writeOperationType(String writeOperationType)
CfnFlow.SAPODataDestinationPropertiesProperty.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.SAPODataDestinationPropertiesProperty build()
build in interface software.amazon.jsii.Builder<CfnFlow.SAPODataDestinationPropertiesProperty>CfnFlow.SAPODataDestinationPropertiesPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.