Struct aws_sdk_elasticache::model::node_group::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for NodeGroup
Implementations
The identifier for the node group (shard). A Redis (cluster mode disabled) replication group contains only 1 node group; therefore, the node group ID is 0001. A Redis (cluster mode enabled) replication group contains 1 to 90 node groups numbered 0001 to 0090. Optionally, the user can provide the id for a node group.
The identifier for the node group (shard). A Redis (cluster mode disabled) replication group contains only 1 node group; therefore, the node group ID is 0001. A Redis (cluster mode enabled) replication group contains 1 to 90 node groups numbered 0001 to 0090. Optionally, the user can provide the id for a node group.
The current state of this replication group - creating
,
available
, modifying
, deleting
.
The current state of this replication group - creating
,
available
, modifying
, deleting
.
The endpoint of the primary node in this node group (shard).
The endpoint of the primary node in this node group (shard).
The endpoint of the replica nodes in this node group (shard).
The endpoint of the replica nodes in this node group (shard).
Appends an item to node_group_members
.
To override the contents of this collection use set_node_group_members
.
A list containing information about individual nodes within the node group (shard).
A list containing information about individual nodes within the node group (shard).
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