Struct aws_sdk_dax::input::decrease_replication_factor_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for DecreaseReplicationFactorInput
Implementations
The name of the DAX cluster from which you want to remove nodes.
The name of the DAX cluster from which you want to remove nodes.
The new number of nodes for the DAX cluster.
The new number of nodes for the DAX cluster.
Appends an item to availability_zones
.
To override the contents of this collection use set_availability_zones
.
The Availability Zone(s) from which to remove nodes.
The Availability Zone(s) from which to remove nodes.
Appends an item to node_ids_to_remove
.
To override the contents of this collection use set_node_ids_to_remove
.
The unique identifiers of the nodes to be removed from the cluster.
The unique identifiers of the nodes to be removed from the cluster.
Consumes the builder and constructs a DecreaseReplicationFactorInput
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