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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetKeyspaceResponse.BuilderkeyspaceName(String keyspaceName)The name of the keyspace.GetKeyspaceResponse.BuilderreplicationRegions(String... replicationRegions)If thereplicationStrategyof the keyspace isMULTI_REGION, a list of replication Regions is returned.GetKeyspaceResponse.BuilderreplicationRegions(Collection<String> replicationRegions)If thereplicationStrategyof the keyspace isMULTI_REGION, a list of replication Regions is returned.GetKeyspaceResponse.BuilderreplicationStrategy(String replicationStrategy)Returns the replication strategy of the keyspace.GetKeyspaceResponse.BuilderreplicationStrategy(Rs replicationStrategy)Returns the replication strategy of the keyspace.GetKeyspaceResponse.BuilderresourceArn(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 Detail
-
keyspaceName
GetKeyspaceResponse.Builder keyspaceName(String 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
GetKeyspaceResponse.Builder resourceArn(String 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
GetKeyspaceResponse.Builder replicationStrategy(String replicationStrategy)
Returns the replication strategy of the keyspace. The options are
SINGLE_REGIONorMULTI_REGION.
-
replicationStrategy
GetKeyspaceResponse.Builder replicationStrategy(Rs replicationStrategy)
Returns the replication strategy of the keyspace. The options are
SINGLE_REGIONorMULTI_REGION.
-
replicationRegions
GetKeyspaceResponse.Builder replicationRegions(Collection<String> 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
GetKeyspaceResponse.Builder replicationRegions(String... 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.
-
-