public static interface RedshiftDestinationProperties.Builder extends SdkPojo, CopyableBuilder<RedshiftDestinationProperties.Builder,RedshiftDestinationProperties>
| Modifier and Type | Method and Description |
|---|---|
RedshiftDestinationProperties.Builder |
bucketPrefix(String bucketPrefix)
The object key for the bucket in which Amazon AppFlow places the destination files.
|
default RedshiftDestinationProperties.Builder |
errorHandlingConfig(Consumer<ErrorHandlingConfig.Builder> errorHandlingConfig)
The settings that determine how Amazon AppFlow handles an error when placing data in the Amazon Redshift
destination.
|
RedshiftDestinationProperties.Builder |
errorHandlingConfig(ErrorHandlingConfig errorHandlingConfig)
The settings that determine how Amazon AppFlow handles an error when placing data in the Amazon Redshift
destination.
|
RedshiftDestinationProperties.Builder |
intermediateBucketName(String intermediateBucketName)
The intermediate bucket that Amazon AppFlow uses when moving data into Amazon Redshift.
|
RedshiftDestinationProperties.Builder |
object(String object)
The object specified in the Amazon Redshift flow destination.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRedshiftDestinationProperties.Builder object(String object)
The object specified in the Amazon Redshift flow destination.
object - The object specified in the Amazon Redshift flow destination.RedshiftDestinationProperties.Builder intermediateBucketName(String intermediateBucketName)
The intermediate bucket that Amazon AppFlow uses when moving data into Amazon Redshift.
intermediateBucketName - The intermediate bucket that Amazon AppFlow uses when moving data into Amazon Redshift.RedshiftDestinationProperties.Builder bucketPrefix(String bucketPrefix)
The object key for the bucket in which Amazon AppFlow places the destination files.
bucketPrefix - The object key for the bucket in which Amazon AppFlow places the destination files.RedshiftDestinationProperties.Builder errorHandlingConfig(ErrorHandlingConfig 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.
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.default RedshiftDestinationProperties.Builder errorHandlingConfig(Consumer<ErrorHandlingConfig.Builder> 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.
ErrorHandlingConfig.Builder avoiding the
need to create one manually via ErrorHandlingConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to errorHandlingConfig(ErrorHandlingConfig).
errorHandlingConfig - a consumer that will call methods on ErrorHandlingConfig.BuildererrorHandlingConfig(ErrorHandlingConfig)Copyright © 2022. All rights reserved.