Interface ReplicationGroupStatus.Builder

    • Method Detail

      • region

        ReplicationGroupStatus.Builder region​(String 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.
      • 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.