#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for SnowflakeDestinationProperties
Implementations
The object specified in the Snowflake flow destination.
The object specified in the Snowflake flow destination.
The intermediate bucket that Amazon AppFlow uses when moving data into Snowflake.
The intermediate bucket that Amazon AppFlow uses when moving data into Snowflake.
The object key for the destination bucket in which Amazon AppFlow places the files.
The object key for the destination bucket in which Amazon AppFlow places the files.
The settings that determine how Amazon AppFlow handles an error when placing data in the Snowflake 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 Snowflake 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 SnowflakeDestinationProperties
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