@Stability(value=Stable) public static final class CfnFlow.RedshiftDestinationPropertiesProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnFlow.RedshiftDestinationPropertiesProperty>
CfnFlow.RedshiftDestinationPropertiesProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnFlow.RedshiftDestinationPropertiesProperty.Builder intermediateBucketName(String intermediateBucketName)
intermediateBucketName - The intermediate bucket that Amazon AppFlow uses when moving data into Amazon Redshift. This parameter is required.this@Stability(value=Stable) public CfnFlow.RedshiftDestinationPropertiesProperty.Builder object(String object)
CfnFlow.RedshiftDestinationPropertiesProperty.getObject()object - The object specified in the Amazon Redshift flow destination. This parameter is required.this@Stability(value=Stable) public CfnFlow.RedshiftDestinationPropertiesProperty.Builder bucketPrefix(String bucketPrefix)
CfnFlow.RedshiftDestinationPropertiesProperty.getBucketPrefix()bucketPrefix - The object key for the bucket in which Amazon AppFlow places the destination files.this@Stability(value=Stable) public CfnFlow.RedshiftDestinationPropertiesProperty.Builder errorHandlingConfig(CfnFlow.ErrorHandlingConfigProperty errorHandlingConfig)
CfnFlow.RedshiftDestinationPropertiesProperty.getErrorHandlingConfig()errorHandlingConfig - The settings that determine how Amazon AppFlow handles an error when placing data in the Amazon Redshift 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.RedshiftDestinationPropertiesProperty.Builder errorHandlingConfig(IResolvable errorHandlingConfig)
CfnFlow.RedshiftDestinationPropertiesProperty.getErrorHandlingConfig()errorHandlingConfig - The settings that determine how Amazon AppFlow handles an error when placing data in the Amazon Redshift 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.RedshiftDestinationPropertiesProperty build()
build in interface software.amazon.jsii.Builder<CfnFlow.RedshiftDestinationPropertiesProperty>CfnFlow.RedshiftDestinationPropertiesPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.