public static interface GetKeyspaceResponse.Builder extends KeyspacesResponse.Builder, SdkPojo, CopyableBuilder<GetKeyspaceResponse.Builder,GetKeyspaceResponse>
| Modifier and Type | Method and Description |
|---|---|
GetKeyspaceResponse.Builder |
keyspaceName(String keyspaceName)
The name of the keyspace.
|
GetKeyspaceResponse.Builder |
replicationRegions(Collection<String> replicationRegions)
If the
replicationStrategy of the keyspace is MULTI_REGION, a list of replication
Regions is returned. |
GetKeyspaceResponse.Builder |
replicationRegions(String... replicationRegions)
If the
replicationStrategy of the keyspace is MULTI_REGION, a list of replication
Regions is returned. |
GetKeyspaceResponse.Builder |
replicationStrategy(Rs replicationStrategy)
Returns the replication strategy of the keyspace.
|
GetKeyspaceResponse.Builder |
replicationStrategy(String replicationStrategy)
Returns the replication strategy of the keyspace.
|
GetKeyspaceResponse.Builder |
resourceArn(String resourceArn)
Returns the ARN of the keyspace.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetKeyspaceResponse.Builder keyspaceName(String keyspaceName)
The name of the keyspace.
keyspaceName - The name of the keyspace.GetKeyspaceResponse.Builder resourceArn(String resourceArn)
Returns the ARN of the keyspace.
resourceArn - Returns the ARN of the keyspace.GetKeyspaceResponse.Builder replicationStrategy(String replicationStrategy)
Returns the replication strategy of the keyspace. The options are SINGLE_REGION or
MULTI_REGION.
GetKeyspaceResponse.Builder replicationStrategy(Rs replicationStrategy)
Returns the replication strategy of the keyspace. The options are SINGLE_REGION or
MULTI_REGION.
GetKeyspaceResponse.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.GetKeyspaceResponse.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.