Struct aws_sdk_appflow::model::snowflake_connector_profile_properties::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for SnowflakeConnectorProfileProperties
Implementations
The name of the Snowflake warehouse.
The name of the Amazon S3 stage that was created while setting up an Amazon S3 stage in
the Snowflake account. This is written in the following format: < Database><
Schema>
The name of the Amazon S3 stage that was created while setting up an Amazon S3 stage in
the Snowflake account. This is written in the following format: < Database><
Schema>
The name of the Amazon S3 bucket associated with Snowflake.
The name of the Amazon S3 bucket associated with Snowflake.
The bucket path that refers to the Amazon S3 bucket associated with Snowflake.
The bucket path that refers to the Amazon S3 bucket associated with Snowflake.
The Snowflake Private Link service name to be used for private data transfers.
The Snowflake Private Link service name to be used for private data transfers.
The name of the account.
The name of the account.
The Amazon Web Services Region of the Snowflake account.
The Amazon Web Services Region of the Snowflake account.
Consumes the builder and constructs a SnowflakeConnectorProfileProperties
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