Interface ReplicationGroupStatus.Builder

  • Method Details

    • region

      The name of the Region that was added to the keyspace.

      Parameters:
      region - The name of the Region that was added to the keyspace.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • keyspaceStatus

      ReplicationGroupStatus.Builder keyspaceStatus(String keyspaceStatus)

      The status of the keyspace.

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

      ReplicationGroupStatus.Builder keyspaceStatus(KeyspaceStatus keyspaceStatus)

      The status of the keyspace.

      Parameters:
      keyspaceStatus - The status of the keyspace.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • tablesReplicationProgress

      ReplicationGroupStatus.Builder tablesReplicationProgress(String tablesReplicationProgress)

      This shows the replication progress of tables in the keyspace. The value is expressed as a percentage of the newly replicated tables with status Active compared to the total number of tables in the keyspace.

      Parameters:
      tablesReplicationProgress - This shows the replication progress of tables in the keyspace. The value is expressed as a percentage of the newly replicated tables with status Active compared to the total number of tables in the keyspace.
      Returns:
      Returns a reference to this object so that method calls can be chained together.