#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for RedshiftDestinationProperties
Implementations
The object specified in the Amazon Redshift flow destination.
The object specified in the Amazon Redshift flow destination.
The intermediate bucket that Amazon AppFlow uses when moving data into Amazon Redshift.
The intermediate bucket that Amazon AppFlow uses when moving data into Amazon Redshift.
The object key for the bucket in which Amazon AppFlow places the destination files.
The object key for the bucket in which Amazon AppFlow places the destination files.
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.
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.
Consumes the builder and constructs a RedshiftDestinationProperties
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more