#[non_exhaustive]pub struct SnowflakeDestinationPropertiesBuilder { /* private fields */ }
Expand description
A builder for SnowflakeDestinationProperties
.
Implementations§
source§impl SnowflakeDestinationPropertiesBuilder
impl SnowflakeDestinationPropertiesBuilder
sourcepub fn object(self, input: impl Into<String>) -> Self
pub fn object(self, input: impl Into<String>) -> Self
The object specified in the Snowflake flow destination.
sourcepub fn set_object(self, input: Option<String>) -> Self
pub fn set_object(self, input: Option<String>) -> Self
The object specified in the Snowflake flow destination.
sourcepub fn intermediate_bucket_name(self, input: impl Into<String>) -> Self
pub fn intermediate_bucket_name(self, input: impl Into<String>) -> Self
The intermediate bucket that Amazon AppFlow uses when moving data into Snowflake.
sourcepub fn set_intermediate_bucket_name(self, input: Option<String>) -> Self
pub fn set_intermediate_bucket_name(self, input: Option<String>) -> Self
The intermediate bucket that Amazon AppFlow uses when moving data into Snowflake.
sourcepub fn bucket_prefix(self, input: impl Into<String>) -> Self
pub fn bucket_prefix(self, input: impl Into<String>) -> Self
The object key for the destination bucket in which Amazon AppFlow places the files.
sourcepub fn set_bucket_prefix(self, input: Option<String>) -> Self
pub fn set_bucket_prefix(self, input: Option<String>) -> Self
The object key for the destination bucket in which Amazon AppFlow places the files.
sourcepub fn error_handling_config(self, input: ErrorHandlingConfig) -> Self
pub fn error_handling_config(self, input: ErrorHandlingConfig) -> Self
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.
sourcepub fn set_error_handling_config(
self,
input: Option<ErrorHandlingConfig>
) -> Self
pub fn set_error_handling_config( self, input: Option<ErrorHandlingConfig> ) -> Self
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.
sourcepub fn build(self) -> SnowflakeDestinationProperties
pub fn build(self) -> SnowflakeDestinationProperties
Consumes the builder and constructs a SnowflakeDestinationProperties
.
Trait Implementations§
source§impl Clone for SnowflakeDestinationPropertiesBuilder
impl Clone for SnowflakeDestinationPropertiesBuilder
source§fn clone(&self) -> SnowflakeDestinationPropertiesBuilder
fn clone(&self) -> SnowflakeDestinationPropertiesBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for SnowflakeDestinationPropertiesBuilder
impl Default for SnowflakeDestinationPropertiesBuilder
source§fn default() -> SnowflakeDestinationPropertiesBuilder
fn default() -> SnowflakeDestinationPropertiesBuilder
source§impl PartialEq<SnowflakeDestinationPropertiesBuilder> for SnowflakeDestinationPropertiesBuilder
impl PartialEq<SnowflakeDestinationPropertiesBuilder> for SnowflakeDestinationPropertiesBuilder
source§fn eq(&self, other: &SnowflakeDestinationPropertiesBuilder) -> bool
fn eq(&self, other: &SnowflakeDestinationPropertiesBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.