#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for IncreaseReplicationFactorInput
Implementations
The name of the DAX cluster that will receive additional nodes.
The name of the DAX cluster that will receive additional 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 Zones (AZs) in which the cluster nodes will be created. All nodes belonging to the cluster are placed in these Availability Zones. Use this parameter if you want to distribute the nodes across multiple AZs.
The Availability Zones (AZs) in which the cluster nodes will be created. All nodes belonging to the cluster are placed in these Availability Zones. Use this parameter if you want to distribute the nodes across multiple AZs.
Consumes the builder and constructs a IncreaseReplicationFactorInput
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