Interface KeyspaceSummary.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<KeyspaceSummary.Builder,,KeyspaceSummary> SdkBuilder<KeyspaceSummary.Builder,,KeyspaceSummary> SdkPojo
- Enclosing class:
 KeyspaceSummary
public static interface KeyspaceSummary.Builder
extends SdkPojo, CopyableBuilder<KeyspaceSummary.Builder,KeyspaceSummary> 
- 
Method Summary
Modifier and TypeMethodDescriptionkeyspaceName(String keyspaceName) The name of the keyspace.replicationRegions(String... replicationRegions) If thereplicationStrategyof the keyspace isMULTI_REGION, a list of replication Regions is returned.replicationRegions(Collection<String> replicationRegions) If thereplicationStrategyof the keyspace isMULTI_REGION, a list of replication Regions is returned.replicationStrategy(String replicationStrategy) This property specifies if a keyspace is a single Region keyspace or a multi-Region keyspace.replicationStrategy(Rs replicationStrategy) This property specifies if a keyspace is a single Region keyspace or a multi-Region keyspace.resourceArn(String resourceArn) The unique identifier of the keyspace in the format of an Amazon Resource Name (ARN).Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
keyspaceName
The name of the keyspace.
- Parameters:
 keyspaceName- The name of the keyspace.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
resourceArn
The unique identifier of the keyspace in the format of an Amazon Resource Name (ARN).
- Parameters:
 resourceArn- The unique identifier of the keyspace in the format of an Amazon Resource Name (ARN).- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
replicationStrategy
This property specifies if a keyspace is a single Region keyspace or a multi-Region keyspace. The available values are
SINGLE_REGIONorMULTI_REGION.- Parameters:
 replicationStrategy- This property specifies if a keyspace is a single Region keyspace or a multi-Region keyspace. The available values areSINGLE_REGIONorMULTI_REGION.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
replicationStrategy
This property specifies if a keyspace is a single Region keyspace or a multi-Region keyspace. The available values are
SINGLE_REGIONorMULTI_REGION.- Parameters:
 replicationStrategy- This property specifies if a keyspace is a single Region keyspace or a multi-Region keyspace. The available values areSINGLE_REGIONorMULTI_REGION.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
replicationRegions
If the
replicationStrategyof the keyspace isMULTI_REGION, a list of replication Regions is returned.- Parameters:
 replicationRegions- If thereplicationStrategyof the keyspace isMULTI_REGION, a list of replication Regions is returned.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
replicationRegions
If the
replicationStrategyof the keyspace isMULTI_REGION, a list of replication Regions is returned.- Parameters:
 replicationRegions- If thereplicationStrategyof the keyspace isMULTI_REGION, a list of replication Regions is returned.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -