Interface KeyspaceSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<KeyspaceSummary.Builder,
,KeyspaceSummary> SdkBuilder<KeyspaceSummary.Builder,
,KeyspaceSummary> SdkPojo
- Enclosing class:
KeyspaceSummary
@Mutable
@NotThreadSafe
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 thereplicationStrategy
of the keyspace isMULTI_REGION
, a list of replication Regions is returned.replicationRegions
(Collection<String> replicationRegions) If thereplicationStrategy
of 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
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
-
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_REGION
orMULTI_REGION
.- Parameters:
replicationStrategy
- This property specifies if a keyspace is a single Region keyspace or a multi-Region keyspace. The available values areSINGLE_REGION
orMULTI_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_REGION
orMULTI_REGION
.- Parameters:
replicationStrategy
- This property specifies if a keyspace is a single Region keyspace or a multi-Region keyspace. The available values areSINGLE_REGION
orMULTI_REGION
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
replicationRegions
If the
replicationStrategy
of the keyspace isMULTI_REGION
, a list of replication Regions is returned.- Parameters:
replicationRegions
- If thereplicationStrategy
of 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
replicationStrategy
of the keyspace isMULTI_REGION
, a list of replication Regions is returned.- Parameters:
replicationRegions
- If thereplicationStrategy
of 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.
-