public static interface KeyspaceSummary.Builder extends SdkPojo, CopyableBuilder<KeyspaceSummary.Builder,KeyspaceSummary>
| Modifier and Type | Method and Description |
|---|---|
KeyspaceSummary.Builder |
keyspaceName(String keyspaceName)
The name of the keyspace.
|
KeyspaceSummary.Builder |
replicationRegions(Collection<String> replicationRegions)
If the
replicationStrategy of the keyspace is MULTI_REGION, a list of replication
Regions is returned. |
KeyspaceSummary.Builder |
replicationRegions(String... replicationRegions)
If the
replicationStrategy of the keyspace is MULTI_REGION, a list of replication
Regions is returned. |
KeyspaceSummary.Builder |
replicationStrategy(Rs replicationStrategy)
This property specifies if a keyspace is a single Region keyspace or a multi-Region keyspace.
|
KeyspaceSummary.Builder |
replicationStrategy(String replicationStrategy)
This property specifies if a keyspace is a single Region keyspace or a multi-Region keyspace.
|
KeyspaceSummary.Builder |
resourceArn(String resourceArn)
The unique identifier of the keyspace in the format of an Amazon Resource Name (ARN).
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildKeyspaceSummary.Builder keyspaceName(String keyspaceName)
The name of the keyspace.
keyspaceName - The name of the keyspace.KeyspaceSummary.Builder resourceArn(String resourceArn)
The unique identifier of the keyspace in the format of an Amazon Resource Name (ARN).
resourceArn - The unique identifier of the keyspace in the format of an Amazon Resource Name (ARN).KeyspaceSummary.Builder replicationStrategy(String replicationStrategy)
This property specifies if a keyspace is a single Region keyspace or a multi-Region keyspace. The available
values are SINGLE_REGION or MULTI_REGION.
KeyspaceSummary.Builder replicationStrategy(Rs replicationStrategy)
This property specifies if a keyspace is a single Region keyspace or a multi-Region keyspace. The available
values are SINGLE_REGION or MULTI_REGION.
KeyspaceSummary.Builder replicationRegions(Collection<String> replicationRegions)
If the replicationStrategy of the keyspace is MULTI_REGION, a list of replication
Regions is returned.
replicationRegions - If the replicationStrategy of the keyspace is MULTI_REGION, a list of
replication Regions is returned.KeyspaceSummary.Builder replicationRegions(String... replicationRegions)
If the replicationStrategy of the keyspace is MULTI_REGION, a list of replication
Regions is returned.
replicationRegions - If the replicationStrategy of the keyspace is MULTI_REGION, a list of
replication Regions is returned.Copyright © 2023. All rights reserved.