Struct aws_sdk_redshift::model::orderable_cluster_option::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for OrderableClusterOption
Implementations
The version of the orderable cluster.
The version of the orderable cluster.
The cluster type, for example multi-node
.
The cluster type, for example multi-node
.
The node type for the orderable cluster.
The node type for the orderable cluster.
Appends an item to availability_zones
.
To override the contents of this collection use set_availability_zones
.
A list of availability zones for the orderable cluster.
A list of availability zones for the orderable cluster.
Consumes the builder and constructs a OrderableClusterOption
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