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 Details

    • 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

      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:
    • 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:
    • 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.