Interface GetTableAutoScalingSettingsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetTableAutoScalingSettingsResponse.Builder,GetTableAutoScalingSettingsResponse>,KeyspacesResponse.Builder,SdkBuilder<GetTableAutoScalingSettingsResponse.Builder,GetTableAutoScalingSettingsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetTableAutoScalingSettingsResponse
public static interface GetTableAutoScalingSettingsResponse.Builder extends KeyspacesResponse.Builder, SdkPojo, CopyableBuilder<GetTableAutoScalingSettingsResponse.Builder,GetTableAutoScalingSettingsResponse>
-
-
Method Summary
-
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
GetTableAutoScalingSettingsResponse.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.
-
tableName
GetTableAutoScalingSettingsResponse.Builder tableName(String 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
GetTableAutoScalingSettingsResponse.Builder resourceArn(String 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.Builderavoiding the need to create one manually viaAutoScalingSpecification.builder().When the
Consumercompletes,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:
autoScalingSpecification(AutoScalingSpecification)
-
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.Builderavoiding the need to create one manually viaReplicaAutoScalingSpecification.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#replicaSpecifications(List.) - 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:
#replicaSpecifications(java.util.Collection)
-
-