Interface GlobalReplicationGroupMember.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<GlobalReplicationGroupMember.Builder,GlobalReplicationGroupMember>
,SdkBuilder<GlobalReplicationGroupMember.Builder,GlobalReplicationGroupMember>
,SdkPojo
- Enclosing class:
- GlobalReplicationGroupMember
public static interface GlobalReplicationGroupMember.Builder extends SdkPojo, CopyableBuilder<GlobalReplicationGroupMember.Builder,GlobalReplicationGroupMember>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GlobalReplicationGroupMember.Builder
automaticFailover(String automaticFailover)
Indicates whether automatic failover is enabled for the replication group.GlobalReplicationGroupMember.Builder
automaticFailover(AutomaticFailoverStatus 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.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
replicationGroupId
GlobalReplicationGroupMember.Builder replicationGroupId(String replicationGroupId)
The replication group id of the Global datastore member.
- Parameters:
replicationGroupId
- The replication group id of the Global datastore member.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
replicationGroupRegion
GlobalReplicationGroupMember.Builder replicationGroupRegion(String replicationGroupRegion)
The Amazon region of the Global datastore member.
- Parameters:
replicationGroupRegion
- The Amazon region of the Global datastore member.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
role
GlobalReplicationGroupMember.Builder role(String role)
Indicates the role of the replication group, primary or secondary.
- Parameters:
role
- Indicates the role of the replication group, primary or secondary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
automaticFailover
GlobalReplicationGroupMember.Builder automaticFailover(String automaticFailover)
Indicates whether automatic failover is enabled for the replication group.
- Parameters:
automaticFailover
- Indicates whether automatic failover is enabled for the replication group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AutomaticFailoverStatus
,AutomaticFailoverStatus
-
automaticFailover
GlobalReplicationGroupMember.Builder automaticFailover(AutomaticFailoverStatus automaticFailover)
Indicates whether automatic failover is enabled for the replication group.
- Parameters:
automaticFailover
- Indicates whether automatic failover is enabled for the replication group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AutomaticFailoverStatus
,AutomaticFailoverStatus
-
status
GlobalReplicationGroupMember.Builder status(String status)
The status of the membership of the replication group.
- Parameters:
status
- The status of the membership of the replication group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-