Interface GetTableAutoScalingSettingsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetTableAutoScalingSettingsResponse.Builder,
,GetTableAutoScalingSettingsResponse> KeyspacesResponse.Builder
,SdkBuilder<GetTableAutoScalingSettingsResponse.Builder,
,GetTableAutoScalingSettingsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetTableAutoScalingSettingsResponse
-
Method Summary
Modifier and TypeMethodDescriptionautoScalingSpecification
(Consumer<AutoScalingSpecification.Builder> autoScalingSpecification) The auto scaling settings of the table.autoScalingSpecification
(AutoScalingSpecification autoScalingSpecification) The auto scaling settings of the table.keyspaceName
(String keyspaceName) The name of the keyspace.replicaSpecifications
(Collection<ReplicaAutoScalingSpecification> replicaSpecifications) The Amazon Web Services Region specific settings of a multi-Region table.replicaSpecifications
(Consumer<ReplicaAutoScalingSpecification.Builder>... replicaSpecifications) The Amazon Web Services Region specific settings of a multi-Region table.replicaSpecifications
(ReplicaAutoScalingSpecification... replicaSpecifications) The Amazon Web Services Region specific settings of a multi-Region table.resourceArn
(String resourceArn) The Amazon Resource Name (ARN) of the table.The name of the table.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, sdkFieldNameToField, 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.
-
tableName
The name of the table.
- Parameters:
tableName
- The name of the table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceArn
The Amazon Resource Name (ARN) of the table.
- Parameters:
resourceArn
- The Amazon Resource Name (ARN) of the table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
autoScalingSpecification
GetTableAutoScalingSettingsResponse.Builder autoScalingSpecification(AutoScalingSpecification autoScalingSpecification) The auto scaling settings of the table.
- Parameters:
autoScalingSpecification
- The auto scaling settings of the table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
autoScalingSpecification
default GetTableAutoScalingSettingsResponse.Builder autoScalingSpecification(Consumer<AutoScalingSpecification.Builder> autoScalingSpecification) The auto scaling settings of the table.
This is a convenience method that creates an instance of theAutoScalingSpecification.Builder
avoiding the need to create one manually viaAutoScalingSpecification.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toautoScalingSpecification(AutoScalingSpecification)
.- Parameters:
autoScalingSpecification
- a consumer that will call methods onAutoScalingSpecification.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
replicaSpecifications
GetTableAutoScalingSettingsResponse.Builder replicaSpecifications(Collection<ReplicaAutoScalingSpecification> replicaSpecifications) The Amazon Web Services Region specific settings of a multi-Region table. Returns the settings for all Regions the table is replicated in.
- Parameters:
replicaSpecifications
- The Amazon Web Services Region specific settings of a multi-Region table. Returns the settings for all Regions the table is replicated in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
replicaSpecifications
GetTableAutoScalingSettingsResponse.Builder replicaSpecifications(ReplicaAutoScalingSpecification... replicaSpecifications) The Amazon Web Services Region specific settings of a multi-Region table. Returns the settings for all Regions the table is replicated in.
- Parameters:
replicaSpecifications
- The Amazon Web Services Region specific settings of a multi-Region table. Returns the settings for all Regions the table is replicated in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
replicaSpecifications
GetTableAutoScalingSettingsResponse.Builder replicaSpecifications(Consumer<ReplicaAutoScalingSpecification.Builder>... replicaSpecifications) The Amazon Web Services Region specific settings of a multi-Region table. Returns the settings for all Regions the table is replicated in.
This is a convenience method that creates an instance of theReplicaAutoScalingSpecification.Builder
avoiding the need to create one manually viaReplicaAutoScalingSpecification.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toreplicaSpecifications(List<ReplicaAutoScalingSpecification>)
.- Parameters:
replicaSpecifications
- a consumer that will call methods onReplicaAutoScalingSpecification.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-