Interface GetKeyspaceResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetKeyspaceResponse.Builder,
,GetKeyspaceResponse> KeyspacesResponse.Builder
,SdkBuilder<GetKeyspaceResponse.Builder,
,GetKeyspaceResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetKeyspaceResponse
public static interface GetKeyspaceResponse.Builder
extends KeyspacesResponse.Builder, SdkPojo, CopyableBuilder<GetKeyspaceResponse.Builder,GetKeyspaceResponse>
-
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) Returns the replication strategy of the keyspace.replicationStrategy
(Rs replicationStrategy) Returns the replication strategy of the keyspace.resourceArn
(String resourceArn) Returns the ARN of the keyspace.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.keyspaces.model.KeyspacesResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
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
Returns the ARN of the keyspace.
- Parameters:
resourceArn
- Returns the ARN of the keyspace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
replicationStrategy
Returns the replication strategy of the keyspace. The options are
SINGLE_REGION
orMULTI_REGION
.- Parameters:
replicationStrategy
- Returns the replication strategy of the keyspace. The options areSINGLE_REGION
orMULTI_REGION
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
replicationStrategy
Returns the replication strategy of the keyspace. The options are
SINGLE_REGION
orMULTI_REGION
.- Parameters:
replicationStrategy
- Returns the replication strategy of the keyspace. The options 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.
-