public static final class CfnFlow.RedshiftDestinationPropertiesProperty.Builder
extends java.lang.Object
CfnFlow.RedshiftDestinationPropertiesProperty
Constructor and Description |
---|
Builder() |
public CfnFlow.RedshiftDestinationPropertiesProperty.Builder intermediateBucketName(java.lang.String intermediateBucketName)
intermediateBucketName
- The intermediate bucket that Amazon AppFlow uses when moving data into Amazon Redshift. This parameter is required.this
public CfnFlow.RedshiftDestinationPropertiesProperty.Builder object(java.lang.String object)
CfnFlow.RedshiftDestinationPropertiesProperty.getObject()
object
- The object specified in the Amazon Redshift flow destination. This parameter is required.this
public CfnFlow.RedshiftDestinationPropertiesProperty.Builder bucketPrefix(java.lang.String bucketPrefix)
CfnFlow.RedshiftDestinationPropertiesProperty.getBucketPrefix()
bucketPrefix
- The object key for the bucket in which Amazon AppFlow places the destination files.this
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
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
public CfnFlow.RedshiftDestinationPropertiesProperty build()
CfnFlow.RedshiftDestinationPropertiesProperty
java.lang.NullPointerException
- if any required attribute was not provided