Interface ReplicationStateInfo.Builder

    • Method Detail

      • code

        ReplicationStateInfo.Builder code​(String code)
        Code that describes the current state of the replicator.
        Parameters:
        code - Code that describes the current state of the replicator.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • message

        ReplicationStateInfo.Builder message​(String message)
        Message that describes the state of the replicator.
        Parameters:
        message - Message that describes the state of the replicator.
        Returns:
        Returns a reference to this object so that method calls can be chained together.