Struct aws_sdk_redshift::input::resize_cluster_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ResizeClusterInput
Implementations
The unique identifier for the cluster to resize.
The unique identifier for the cluster to resize.
The new cluster type for the specified cluster.
The new cluster type for the specified cluster.
The new node type for the nodes you are adding. If not specified, the cluster's current node type is used.
The new node type for the nodes you are adding. If not specified, the cluster's current node type is used.
The new number of nodes for the cluster. If not specified, the cluster's current number of nodes is used.
The new number of nodes for the cluster. If not specified, the cluster's current number of nodes is used.
A boolean value indicating whether the resize operation is using the classic resize
process. If you don't provide this parameter or set the value to
false
, the resize type is elastic.
A boolean value indicating whether the resize operation is using the classic resize
process. If you don't provide this parameter or set the value to
false
, the resize type is elastic.
Consumes the builder and constructs a ResizeClusterInput
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