Interface ReplicationGroupStatus.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ReplicationGroupStatus.Builder,ReplicationGroupStatus>,SdkBuilder<ReplicationGroupStatus.Builder,ReplicationGroupStatus>,SdkPojo
- Enclosing class:
- ReplicationGroupStatus
public static interface ReplicationGroupStatus.Builder extends SdkPojo, CopyableBuilder<ReplicationGroupStatus.Builder,ReplicationGroupStatus>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReplicationGroupStatus.BuilderkeyspaceStatus(String keyspaceStatus)The status of the keyspace.ReplicationGroupStatus.BuilderkeyspaceStatus(KeyspaceStatus keyspaceStatus)The status of the keyspace.ReplicationGroupStatus.Builderregion(String region)The name of the Region that was added to the keyspace.ReplicationGroupStatus.BuildertablesReplicationProgress(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 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.
-
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,KeyspaceStatus
-
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:
KeyspaceStatus,KeyspaceStatus
-
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
Activecompared 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 statusActivecompared to the total number of tables in the keyspace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-