Struct aws_sdk_elasticache::model::global_replication_group_member::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for GlobalReplicationGroupMember
Implementations
The replication group id of the Global datastore member.
The replication group id of the Global datastore member.
The Amazon region of the Global datastore member.
The Amazon region of the Global datastore member.
Indicates the role of the replication group, primary or secondary.
Indicates the role of the replication group, primary or secondary.
Indicates whether automatic failover is enabled for the replication group.
Indicates whether automatic failover is enabled for the replication group.
The status of the membership of the replication group.
The status of the membership of the replication group.
Consumes the builder and constructs a GlobalReplicationGroupMember
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