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 SummaryModifier 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.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.dynamodb.model.DynamoDbRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
globalSecondaryIndexUpdatesUpdateTableReplicaAutoScalingRequest.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.
 
- 
globalSecondaryIndexUpdatesUpdateTableReplicaAutoScalingRequest.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.
 
- 
globalSecondaryIndexUpdatesUpdateTableReplicaAutoScalingRequest.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.Builderavoiding the need to create one manually viaGlobalSecondaryIndexAutoScalingUpdate.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toglobalSecondaryIndexUpdates(List<GlobalSecondaryIndexAutoScalingUpdate>).- Parameters:
- globalSecondaryIndexUpdates- a consumer that will call methods on- GlobalSecondaryIndexAutoScalingUpdate.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
tableNameThe name of the global table to be updated. You can also provide the Amazon Resource Name (ARN) of the table in this parameter. - Parameters:
- tableName- The name of the global table to be updated. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
provisionedWriteCapacityAutoScalingUpdateUpdateTableReplicaAutoScalingRequest.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.
 
- 
provisionedWriteCapacityAutoScalingUpdatedefault 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.Builderavoiding the need to create one manually viaAutoScalingSettingsUpdate.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toprovisionedWriteCapacityAutoScalingUpdate(AutoScalingSettingsUpdate).- Parameters:
- provisionedWriteCapacityAutoScalingUpdate- a consumer that will call methods on- AutoScalingSettingsUpdate.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
replicaUpdatesUpdateTableReplicaAutoScalingRequest.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.
 
- 
replicaUpdatesUpdateTableReplicaAutoScalingRequest.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.
 
- 
replicaUpdatesUpdateTableReplicaAutoScalingRequest.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.Builderavoiding the need to create one manually viaReplicaAutoScalingUpdate.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toreplicaUpdates(List<ReplicaAutoScalingUpdate>).- Parameters:
- replicaUpdates- a consumer that will call methods on- ReplicaAutoScalingUpdate.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overrideConfigurationUpdateTableReplicaAutoScalingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationUpdateTableReplicaAutoScalingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-