Interface UpdateTableReplicaAutoScalingRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateTableReplicaAutoScalingRequest.Builder,
,UpdateTableReplicaAutoScalingRequest> DynamoDbRequest.Builder
,SdkBuilder<UpdateTableReplicaAutoScalingRequest.Builder,
,UpdateTableReplicaAutoScalingRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateTableReplicaAutoScalingRequest
-
Method Summary
Modifier and TypeMethodDescriptionglobalSecondaryIndexUpdates
(Collection<GlobalSecondaryIndexAutoScalingUpdate> globalSecondaryIndexUpdates) Represents the auto scaling settings of the global secondary indexes of the replica to be updated.globalSecondaryIndexUpdates
(Consumer<GlobalSecondaryIndexAutoScalingUpdate.Builder>... globalSecondaryIndexUpdates) Represents the auto scaling settings of the global secondary indexes of the replica to be updated.globalSecondaryIndexUpdates
(GlobalSecondaryIndexAutoScalingUpdate... globalSecondaryIndexUpdates) Represents the auto scaling settings of the global secondary indexes of the replica to be updated.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.provisionedWriteCapacityAutoScalingUpdate
(Consumer<AutoScalingSettingsUpdate.Builder> provisionedWriteCapacityAutoScalingUpdate) Sets the value of the ProvisionedWriteCapacityAutoScalingUpdate property for this object.provisionedWriteCapacityAutoScalingUpdate
(AutoScalingSettingsUpdate provisionedWriteCapacityAutoScalingUpdate) Sets the value of the ProvisionedWriteCapacityAutoScalingUpdate property for this object.replicaUpdates
(Collection<ReplicaAutoScalingUpdate> replicaUpdates) Represents the auto scaling settings of replicas of the table that will be modified.replicaUpdates
(Consumer<ReplicaAutoScalingUpdate.Builder>... replicaUpdates) Represents the auto scaling settings of replicas of the table that will be modified.replicaUpdates
(ReplicaAutoScalingUpdate... replicaUpdates) Represents the auto scaling settings of replicas of the table that will be modified.The name of the global table to be updated.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.dynamodb.model.DynamoDbRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
globalSecondaryIndexUpdates
UpdateTableReplicaAutoScalingRequest.Builder globalSecondaryIndexUpdates(Collection<GlobalSecondaryIndexAutoScalingUpdate> globalSecondaryIndexUpdates) Represents the auto scaling settings of the global secondary indexes of the replica to be updated.
- Parameters:
globalSecondaryIndexUpdates
- Represents the auto scaling settings of the global secondary indexes of the replica to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
globalSecondaryIndexUpdates
UpdateTableReplicaAutoScalingRequest.Builder globalSecondaryIndexUpdates(GlobalSecondaryIndexAutoScalingUpdate... globalSecondaryIndexUpdates) Represents the auto scaling settings of the global secondary indexes of the replica to be updated.
- Parameters:
globalSecondaryIndexUpdates
- Represents the auto scaling settings of the global secondary indexes of the replica to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
globalSecondaryIndexUpdates
UpdateTableReplicaAutoScalingRequest.Builder globalSecondaryIndexUpdates(Consumer<GlobalSecondaryIndexAutoScalingUpdate.Builder>... globalSecondaryIndexUpdates) Represents the auto scaling settings of the global secondary indexes of the replica to be updated.
This is a convenience method that creates an instance of theGlobalSecondaryIndexAutoScalingUpdate.Builder
avoiding the need to create one manually viaGlobalSecondaryIndexAutoScalingUpdate.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toglobalSecondaryIndexUpdates(List<GlobalSecondaryIndexAutoScalingUpdate>)
.- Parameters:
globalSecondaryIndexUpdates
- a consumer that will call methods onGlobalSecondaryIndexAutoScalingUpdate.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tableName
The name of the global table to be updated.
- Parameters:
tableName
- The name of the global table to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provisionedWriteCapacityAutoScalingUpdate
UpdateTableReplicaAutoScalingRequest.Builder provisionedWriteCapacityAutoScalingUpdate(AutoScalingSettingsUpdate provisionedWriteCapacityAutoScalingUpdate) Sets the value of the ProvisionedWriteCapacityAutoScalingUpdate property for this object.- Parameters:
provisionedWriteCapacityAutoScalingUpdate
- The new value for the ProvisionedWriteCapacityAutoScalingUpdate property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provisionedWriteCapacityAutoScalingUpdate
default UpdateTableReplicaAutoScalingRequest.Builder provisionedWriteCapacityAutoScalingUpdate(Consumer<AutoScalingSettingsUpdate.Builder> provisionedWriteCapacityAutoScalingUpdate) Sets the value of the ProvisionedWriteCapacityAutoScalingUpdate property for this object. This is a convenience method that creates an instance of theAutoScalingSettingsUpdate.Builder
avoiding the need to create one manually viaAutoScalingSettingsUpdate.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toprovisionedWriteCapacityAutoScalingUpdate(AutoScalingSettingsUpdate)
.- Parameters:
provisionedWriteCapacityAutoScalingUpdate
- a consumer that will call methods onAutoScalingSettingsUpdate.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
replicaUpdates
UpdateTableReplicaAutoScalingRequest.Builder replicaUpdates(Collection<ReplicaAutoScalingUpdate> replicaUpdates) Represents the auto scaling settings of replicas of the table that will be modified.
- Parameters:
replicaUpdates
- Represents the auto scaling settings of replicas of the table that will be modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
replicaUpdates
UpdateTableReplicaAutoScalingRequest.Builder replicaUpdates(ReplicaAutoScalingUpdate... replicaUpdates) Represents the auto scaling settings of replicas of the table that will be modified.
- Parameters:
replicaUpdates
- Represents the auto scaling settings of replicas of the table that will be modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
replicaUpdates
UpdateTableReplicaAutoScalingRequest.Builder replicaUpdates(Consumer<ReplicaAutoScalingUpdate.Builder>... replicaUpdates) Represents the auto scaling settings of replicas of the table that will be modified.
This is a convenience method that creates an instance of theReplicaAutoScalingUpdate.Builder
avoiding the need to create one manually viaReplicaAutoScalingUpdate.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toreplicaUpdates(List<ReplicaAutoScalingUpdate>)
.- Parameters:
replicaUpdates
- a consumer that will call methods onReplicaAutoScalingUpdate.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
UpdateTableReplicaAutoScalingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateTableReplicaAutoScalingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-