Interface ReplicationStatus.Builder

  • Method Details

    • state

      The replication state of the replica. Valid values are InProgress, InSync, and Inconsistent.

      Parameters:
      state - The replication state of the replica. Valid values are InProgress, InSync, and Inconsistent.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • state

      The replication state of the replica. Valid values are InProgress, InSync, and Inconsistent.

      Parameters:
      state - The replication state of the replica. Valid values are InProgress, InSync, and Inconsistent.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • stateReason

      ReplicationStatus.Builder stateReason(String stateReason)

      A description that provides more detail about the current replication state.

      Parameters:
      stateReason - A description that provides more detail about the current replication state.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stateReasonCode

      ReplicationStatus.Builder stateReasonCode(String stateReasonCode)

      A code that provides more detail about the current replication state.

      Parameters:
      stateReasonCode - A code that provides more detail about the current replication state.
      Returns:
      Returns a reference to this object so that method calls can be chained together.