Interface ReplicationStatusSummary.Builder

  • Method Details

    • region

      The Amazon Web Services Region. This can be either the source or the replica Region, depending where it appears in the summary list.

      Parameters:
      region - The Amazon Web Services Region. This can be either the source or the replica Region, depending where it appears in the summary list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • replicationStatus

      ReplicationStatusSummary.Builder replicationStatus(String replicationStatus)

      The state of the replication.

      Parameters:
      replicationStatus - The state of the replication.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • replicationStatus

      ReplicationStatusSummary.Builder replicationStatus(InstanceReplicationStatus replicationStatus)

      The state of the replication.

      Parameters:
      replicationStatus - The state of the replication.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • replicationStatusReason

      ReplicationStatusSummary.Builder replicationStatusReason(String replicationStatusReason)

      A description of the replication status. Use this information to resolve any issues that are preventing the successful replication of your Amazon Connect instance to another Region.

      Parameters:
      replicationStatusReason - A description of the replication status. Use this information to resolve any issues that are preventing the successful replication of your Amazon Connect instance to another Region.
      Returns:
      Returns a reference to this object so that method calls can be chained together.