Struct aws_sdk_elasticache::model::node_group_member::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for NodeGroupMember
Implementations
The ID of the cluster to which the node belongs.
The ID of the cluster to which the node belongs.
The ID of the node within its cluster. A node ID is a numeric identifier (0001, 0002, etc.).
The ID of the node within its cluster. A node ID is a numeric identifier (0001, 0002, etc.).
The information required for client programs to connect to a node for read operations. The read endpoint is only applicable on Redis (cluster mode disabled) clusters.
The information required for client programs to connect to a node for read operations. The read endpoint is only applicable on Redis (cluster mode disabled) clusters.
The name of the Availability Zone in which the node is located.
The name of the Availability Zone in which the node is located.
The outpost ARN of the node group member.
The outpost ARN of the node group member.
The role that is currently assigned to the node - primary
or
replica
. This member is only applicable for Redis (cluster mode disabled)
replication groups.
The role that is currently assigned to the node - primary
or
replica
. This member is only applicable for Redis (cluster mode disabled)
replication groups.
Consumes the builder and constructs a NodeGroupMember
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