public static interface GlobalReplicationGroupMember.Builder extends SdkPojo, CopyableBuilder<GlobalReplicationGroupMember.Builder,GlobalReplicationGroupMember>
| Modifier and Type | Method and Description |
|---|---|
GlobalReplicationGroupMember.Builder |
automaticFailover(AutomaticFailoverStatus automaticFailover)
Indicates whether automatic failover is enabled for the replication group.
|
GlobalReplicationGroupMember.Builder |
automaticFailover(String automaticFailover)
Indicates whether automatic failover is enabled for the replication group.
|
GlobalReplicationGroupMember.Builder |
replicationGroupId(String replicationGroupId)
The replication group id of the Global datastore member.
|
GlobalReplicationGroupMember.Builder |
replicationGroupRegion(String replicationGroupRegion)
The Amazon region of the Global datastore member.
|
GlobalReplicationGroupMember.Builder |
role(String role)
Indicates the role of the replication group, primary or secondary.
|
GlobalReplicationGroupMember.Builder |
status(String status)
The status of the membership of the replication group.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGlobalReplicationGroupMember.Builder replicationGroupId(String replicationGroupId)
The replication group id of the Global datastore member.
replicationGroupId - The replication group id of the Global datastore member.GlobalReplicationGroupMember.Builder replicationGroupRegion(String replicationGroupRegion)
The Amazon region of the Global datastore member.
replicationGroupRegion - The Amazon region of the Global datastore member.GlobalReplicationGroupMember.Builder role(String role)
Indicates the role of the replication group, primary or secondary.
role - Indicates the role of the replication group, primary or secondary.GlobalReplicationGroupMember.Builder automaticFailover(String automaticFailover)
Indicates whether automatic failover is enabled for the replication group.
automaticFailover - Indicates whether automatic failover is enabled for the replication group.AutomaticFailoverStatus,
AutomaticFailoverStatusGlobalReplicationGroupMember.Builder automaticFailover(AutomaticFailoverStatus automaticFailover)
Indicates whether automatic failover is enabled for the replication group.
automaticFailover - Indicates whether automatic failover is enabled for the replication group.AutomaticFailoverStatus,
AutomaticFailoverStatusGlobalReplicationGroupMember.Builder status(String status)
The status of the membership of the replication group.
status - The status of the membership of the replication group.Copyright © 2023. All rights reserved.