Interface ReplicationGroupStatus.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ReplicationGroupStatus.Builder,
,ReplicationGroupStatus> SdkBuilder<ReplicationGroupStatus.Builder,
,ReplicationGroupStatus> SdkPojo
- Enclosing class:
ReplicationGroupStatus
@Mutable
@NotThreadSafe
public static interface ReplicationGroupStatus.Builder
extends SdkPojo, CopyableBuilder<ReplicationGroupStatus.Builder,ReplicationGroupStatus>
-
Method Summary
Modifier and TypeMethodDescriptionkeyspaceStatus
(String keyspaceStatus) The status of the keyspace.keyspaceStatus
(KeyspaceStatus keyspaceStatus) The status of the keyspace.The name of the Region that was added to the keyspace.tablesReplicationProgress
(String tablesReplicationProgress) This shows the replication progress of tables in the keyspace.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
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
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
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
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 statusActive
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.
-