Struct aws_sdk_quicksight::model::redshift_parameters::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for RedshiftParameters
Implementations
Host. This field can be blank if ClusterId
is provided.
Host. This field can be blank if ClusterId
is provided.
Port. This field can be blank if the ClusterId
is provided.
Port. This field can be blank if the ClusterId
is provided.
Database.
Cluster ID. This field can be blank if the Host
and Port
are provided.
Cluster ID. This field can be blank if the Host
and Port
are provided.
Consumes the builder and constructs a RedshiftParameters
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