Interface UpdateTableRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<UpdateTableRequest.Builder,,- UpdateTableRequest> - DynamoDbRequest.Builder,- SdkBuilder<UpdateTableRequest.Builder,,- UpdateTableRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- UpdateTableRequest
- 
Method SummaryModifier and TypeMethodDescriptionattributeDefinitions(Collection<AttributeDefinition> attributeDefinitions) An array of attributes that describe the key schema for the table and indexes.attributeDefinitions(Consumer<AttributeDefinition.Builder>... attributeDefinitions) An array of attributes that describe the key schema for the table and indexes.attributeDefinitions(AttributeDefinition... attributeDefinitions) An array of attributes that describe the key schema for the table and indexes.billingMode(String billingMode) Controls how you are charged for read and write throughput and how you manage capacity.billingMode(BillingMode billingMode) Controls how you are charged for read and write throughput and how you manage capacity.deletionProtectionEnabled(Boolean deletionProtectionEnabled) Indicates whether deletion protection is to be enabled (true) or disabled (false) on the table.globalSecondaryIndexUpdates(Collection<GlobalSecondaryIndexUpdate> globalSecondaryIndexUpdates) An array of one or more global secondary indexes for the table.globalSecondaryIndexUpdates(Consumer<GlobalSecondaryIndexUpdate.Builder>... globalSecondaryIndexUpdates) An array of one or more global secondary indexes for the table.globalSecondaryIndexUpdates(GlobalSecondaryIndexUpdate... globalSecondaryIndexUpdates) An array of one or more global secondary indexes for the table.globalTableWitnessUpdates(Collection<GlobalTableWitnessGroupUpdate> globalTableWitnessUpdates) A list of witness updates for a MRSC global table.globalTableWitnessUpdates(Consumer<GlobalTableWitnessGroupUpdate.Builder>... globalTableWitnessUpdates) A list of witness updates for a MRSC global table.globalTableWitnessUpdates(GlobalTableWitnessGroupUpdate... globalTableWitnessUpdates) A list of witness updates for a MRSC global table.multiRegionConsistency(String multiRegionConsistency) Specifies the consistency mode for a new global table.multiRegionConsistency(MultiRegionConsistency multiRegionConsistency) Specifies the consistency mode for a new global table.default UpdateTableRequest.BuilderonDemandThroughput(Consumer<OnDemandThroughput.Builder> onDemandThroughput) Updates the maximum number of read and write units for the specified table in on-demand capacity mode.onDemandThroughput(OnDemandThroughput onDemandThroughput) Updates the maximum number of read and write units for the specified table in on-demand capacity mode.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.default UpdateTableRequest.BuilderprovisionedThroughput(Consumer<ProvisionedThroughput.Builder> provisionedThroughput) The new provisioned throughput settings for the specified table or index.provisionedThroughput(ProvisionedThroughput provisionedThroughput) The new provisioned throughput settings for the specified table or index.replicaUpdates(Collection<ReplicationGroupUpdate> replicaUpdates) A list of replica update actions (create, delete, or update) for the table.replicaUpdates(Consumer<ReplicationGroupUpdate.Builder>... replicaUpdates) A list of replica update actions (create, delete, or update) for the table.replicaUpdates(ReplicationGroupUpdate... replicaUpdates) A list of replica update actions (create, delete, or update) for the table.default UpdateTableRequest.BuildersseSpecification(Consumer<SSESpecification.Builder> sseSpecification) The new server-side encryption settings for the specified table.sseSpecification(SSESpecification sseSpecification) The new server-side encryption settings for the specified table.default UpdateTableRequest.BuilderstreamSpecification(Consumer<StreamSpecification.Builder> streamSpecification) Represents the DynamoDB Streams configuration for the table.streamSpecification(StreamSpecification streamSpecification) Represents the DynamoDB Streams configuration for the table.tableClass(String tableClass) The table class of the table to be updated.tableClass(TableClass tableClass) The table class of the table to be updated.The name of the table to be updated.default UpdateTableRequest.BuilderwarmThroughput(Consumer<WarmThroughput.Builder> warmThroughput) Represents the warm throughput (in read units per second and write units per second) for updating a table.warmThroughput(WarmThroughput warmThroughput) Represents the warm throughput (in read units per second and write units per second) for updating a table.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- 
attributeDefinitionsUpdateTableRequest.Builder attributeDefinitions(Collection<AttributeDefinition> attributeDefinitions) An array of attributes that describe the key schema for the table and indexes. If you are adding a new global secondary index to the table, AttributeDefinitionsmust include the key element(s) of the new index.- Parameters:
- attributeDefinitions- An array of attributes that describe the key schema for the table and indexes. If you are adding a new global secondary index to the table,- AttributeDefinitionsmust include the key element(s) of the new index.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
attributeDefinitionsAn array of attributes that describe the key schema for the table and indexes. If you are adding a new global secondary index to the table, AttributeDefinitionsmust include the key element(s) of the new index.- Parameters:
- attributeDefinitions- An array of attributes that describe the key schema for the table and indexes. If you are adding a new global secondary index to the table,- AttributeDefinitionsmust include the key element(s) of the new index.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
attributeDefinitionsUpdateTableRequest.Builder attributeDefinitions(Consumer<AttributeDefinition.Builder>... attributeDefinitions) An array of attributes that describe the key schema for the table and indexes. If you are adding a new global secondary index to the table, This is a convenience method that creates an instance of theAttributeDefinitionsmust include the key element(s) of the new index.AttributeDefinition.Builderavoiding the need to create one manually viaAttributeDefinition.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toattributeDefinitions(List<AttributeDefinition>).- Parameters:
- attributeDefinitions- a consumer that will call methods on- AttributeDefinition.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
tableNameThe name of the 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 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.
 
- 
billingModeControls how you are charged for read and write throughput and how you manage capacity. When switching from pay-per-request to provisioned capacity, initial provisioned capacity values must be set. The initial provisioned capacity values are estimated based on the consumed read and write capacity of your table and global secondary indexes over the past 30 minutes. - 
 PAY_PER_REQUEST- We recommend usingPAY_PER_REQUESTfor most DynamoDB workloads.PAY_PER_REQUESTsets the billing mode to On-demand capacity mode.
- 
 PROVISIONED- We recommend usingPROVISIONEDfor steady workloads with predictable growth where capacity requirements can be reliably forecasted.PROVISIONEDsets the billing mode to Provisioned capacity mode.
 - Parameters:
- billingMode- Controls how you are charged for read and write throughput and how you manage capacity. When switching from pay-per-request to provisioned capacity, initial provisioned capacity values must be set. The initial provisioned capacity values are estimated based on the consumed read and write capacity of your table and global secondary indexes over the past 30 minutes.- 
        PAY_PER_REQUEST- We recommend usingPAY_PER_REQUESTfor most DynamoDB workloads.PAY_PER_REQUESTsets the billing mode to On-demand capacity mode.
- 
        PROVISIONED- We recommend usingPROVISIONEDfor steady workloads with predictable growth where capacity requirements can be reliably forecasted.PROVISIONEDsets the billing mode to Provisioned capacity mode.
 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
 
- 
billingModeControls how you are charged for read and write throughput and how you manage capacity. When switching from pay-per-request to provisioned capacity, initial provisioned capacity values must be set. The initial provisioned capacity values are estimated based on the consumed read and write capacity of your table and global secondary indexes over the past 30 minutes. - 
 PAY_PER_REQUEST- We recommend usingPAY_PER_REQUESTfor most DynamoDB workloads.PAY_PER_REQUESTsets the billing mode to On-demand capacity mode.
- 
 PROVISIONED- We recommend usingPROVISIONEDfor steady workloads with predictable growth where capacity requirements can be reliably forecasted.PROVISIONEDsets the billing mode to Provisioned capacity mode.
 - Parameters:
- billingMode- Controls how you are charged for read and write throughput and how you manage capacity. When switching from pay-per-request to provisioned capacity, initial provisioned capacity values must be set. The initial provisioned capacity values are estimated based on the consumed read and write capacity of your table and global secondary indexes over the past 30 minutes.- 
        PAY_PER_REQUEST- We recommend usingPAY_PER_REQUESTfor most DynamoDB workloads.PAY_PER_REQUESTsets the billing mode to On-demand capacity mode.
- 
        PROVISIONED- We recommend usingPROVISIONEDfor steady workloads with predictable growth where capacity requirements can be reliably forecasted.PROVISIONEDsets the billing mode to Provisioned capacity mode.
 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
 
- 
provisionedThroughputThe new provisioned throughput settings for the specified table or index. - Parameters:
- provisionedThroughput- The new provisioned throughput settings for the specified table or index.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
provisionedThroughputdefault UpdateTableRequest.Builder provisionedThroughput(Consumer<ProvisionedThroughput.Builder> provisionedThroughput) The new provisioned throughput settings for the specified table or index. This is a convenience method that creates an instance of theProvisionedThroughput.Builderavoiding the need to create one manually viaProvisionedThroughput.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toprovisionedThroughput(ProvisionedThroughput).- Parameters:
- provisionedThroughput- a consumer that will call methods on- ProvisionedThroughput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
globalSecondaryIndexUpdatesUpdateTableRequest.Builder globalSecondaryIndexUpdates(Collection<GlobalSecondaryIndexUpdate> globalSecondaryIndexUpdates) An array of one or more global secondary indexes for the table. For each index in the array, you can request one action: - 
 Create- add a new global secondary index to the table.
- 
 Update- modify the provisioned throughput settings of an existing global secondary index.
- 
 Delete- remove a global secondary index from the table.
 You can create or delete only one global secondary index per UpdateTableoperation.For more information, see Managing Global Secondary Indexes in the Amazon DynamoDB Developer Guide. - Parameters:
- globalSecondaryIndexUpdates- An array of one or more global secondary indexes for the table. For each index in the array, you can request one action:- 
        Create- add a new global secondary index to the table.
- 
        Update- modify the provisioned throughput settings of an existing global secondary index.
- 
        Delete- remove a global secondary index from the table.
 - You can create or delete only one global secondary index per - UpdateTableoperation.- For more information, see Managing Global Secondary Indexes in the Amazon DynamoDB Developer Guide. 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
 
- 
globalSecondaryIndexUpdatesUpdateTableRequest.Builder globalSecondaryIndexUpdates(GlobalSecondaryIndexUpdate... globalSecondaryIndexUpdates) An array of one or more global secondary indexes for the table. For each index in the array, you can request one action: - 
 Create- add a new global secondary index to the table.
- 
 Update- modify the provisioned throughput settings of an existing global secondary index.
- 
 Delete- remove a global secondary index from the table.
 You can create or delete only one global secondary index per UpdateTableoperation.For more information, see Managing Global Secondary Indexes in the Amazon DynamoDB Developer Guide. - Parameters:
- globalSecondaryIndexUpdates- An array of one or more global secondary indexes for the table. For each index in the array, you can request one action:- 
        Create- add a new global secondary index to the table.
- 
        Update- modify the provisioned throughput settings of an existing global secondary index.
- 
        Delete- remove a global secondary index from the table.
 - You can create or delete only one global secondary index per - UpdateTableoperation.- For more information, see Managing Global Secondary Indexes in the Amazon DynamoDB Developer Guide. 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
 
- 
globalSecondaryIndexUpdatesUpdateTableRequest.Builder globalSecondaryIndexUpdates(Consumer<GlobalSecondaryIndexUpdate.Builder>... globalSecondaryIndexUpdates) An array of one or more global secondary indexes for the table. For each index in the array, you can request one action: - 
 Create- add a new global secondary index to the table.
- 
 Update- modify the provisioned throughput settings of an existing global secondary index.
- 
 Delete- remove a global secondary index from the table.
 You can create or delete only one global secondary index per UpdateTableoperation.For more information, see Managing Global Secondary Indexes in the Amazon DynamoDB Developer Guide. This is a convenience method that creates an instance of theGlobalSecondaryIndexUpdate.Builderavoiding the need to create one manually viaGlobalSecondaryIndexUpdate.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toglobalSecondaryIndexUpdates(List<GlobalSecondaryIndexUpdate>).- Parameters:
- globalSecondaryIndexUpdates- a consumer that will call methods on- GlobalSecondaryIndexUpdate.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
 
- 
streamSpecificationRepresents the DynamoDB Streams configuration for the table. You receive a ValidationExceptionif you try to enable a stream on a table that already has a stream, or if you try to disable a stream on a table that doesn't have a stream.- Parameters:
- streamSpecification- Represents the DynamoDB Streams configuration for the table.- You receive a - ValidationExceptionif you try to enable a stream on a table that already has a stream, or if you try to disable a stream on a table that doesn't have a stream.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
streamSpecificationdefault UpdateTableRequest.Builder streamSpecification(Consumer<StreamSpecification.Builder> streamSpecification) Represents the DynamoDB Streams configuration for the table. You receive a ValidationExceptionif you try to enable a stream on a table that already has a stream, or if you try to disable a stream on a table that doesn't have a stream.StreamSpecification.Builderavoiding the need to create one manually viaStreamSpecification.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostreamSpecification(StreamSpecification).- Parameters:
- streamSpecification- a consumer that will call methods on- StreamSpecification.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
sseSpecificationThe new server-side encryption settings for the specified table. - Parameters:
- sseSpecification- The new server-side encryption settings for the specified table.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sseSpecificationdefault UpdateTableRequest.Builder sseSpecification(Consumer<SSESpecification.Builder> sseSpecification) The new server-side encryption settings for the specified table. This is a convenience method that creates an instance of theSSESpecification.Builderavoiding the need to create one manually viaSSESpecification.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosseSpecification(SSESpecification).- Parameters:
- sseSpecification- a consumer that will call methods on- SSESpecification.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
replicaUpdatesA list of replica update actions (create, delete, or update) for the table. - Parameters:
- replicaUpdates- A list of replica update actions (create, delete, or update) for the table.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
replicaUpdatesA list of replica update actions (create, delete, or update) for the table. - Parameters:
- replicaUpdates- A list of replica update actions (create, delete, or update) for the table.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
replicaUpdatesUpdateTableRequest.Builder replicaUpdates(Consumer<ReplicationGroupUpdate.Builder>... replicaUpdates) A list of replica update actions (create, delete, or update) for the table. This is a convenience method that creates an instance of theReplicationGroupUpdate.Builderavoiding the need to create one manually viaReplicationGroupUpdate.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toreplicaUpdates(List<ReplicationGroupUpdate>).- Parameters:
- replicaUpdates- a consumer that will call methods on- ReplicationGroupUpdate.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
tableClassThe table class of the table to be updated. Valid values are STANDARDandSTANDARD_INFREQUENT_ACCESS.- Parameters:
- tableClass- The table class of the table to be updated. Valid values are- STANDARDand- STANDARD_INFREQUENT_ACCESS.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
tableClassThe table class of the table to be updated. Valid values are STANDARDandSTANDARD_INFREQUENT_ACCESS.- Parameters:
- tableClass- The table class of the table to be updated. Valid values are- STANDARDand- STANDARD_INFREQUENT_ACCESS.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
deletionProtectionEnabledIndicates whether deletion protection is to be enabled (true) or disabled (false) on the table. - Parameters:
- deletionProtectionEnabled- Indicates whether deletion protection is to be enabled (true) or disabled (false) on the table.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
multiRegionConsistencySpecifies the consistency mode for a new global table. This parameter is only valid when you create a global table by specifying one or more Create actions in the ReplicaUpdates action list. You can specify one of the following consistency modes: - 
 EVENTUAL: Configures a new global table for multi-Region eventual consistency (MREC). This is the default consistency mode for global tables.
- 
 STRONG: Configures a new global table for multi-Region strong consistency (MRSC).
 If you don't specify this field, the global table consistency mode defaults to EVENTUAL. For more information about global tables consistency modes, see Consistency modes in DynamoDB developer guide.- Parameters:
- multiRegionConsistency- Specifies the consistency mode for a new global table. This parameter is only valid when you create a global table by specifying one or more Create actions in the ReplicaUpdates action list.- You can specify one of the following consistency modes: - 
        EVENTUAL: Configures a new global table for multi-Region eventual consistency (MREC). This is the default consistency mode for global tables.
- 
        STRONG: Configures a new global table for multi-Region strong consistency (MRSC).
 - If you don't specify this field, the global table consistency mode defaults to - EVENTUAL. For more information about global tables consistency modes, see Consistency modes in DynamoDB developer guide.
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
 
- 
multiRegionConsistencySpecifies the consistency mode for a new global table. This parameter is only valid when you create a global table by specifying one or more Create actions in the ReplicaUpdates action list. You can specify one of the following consistency modes: - 
 EVENTUAL: Configures a new global table for multi-Region eventual consistency (MREC). This is the default consistency mode for global tables.
- 
 STRONG: Configures a new global table for multi-Region strong consistency (MRSC).
 If you don't specify this field, the global table consistency mode defaults to EVENTUAL. For more information about global tables consistency modes, see Consistency modes in DynamoDB developer guide.- Parameters:
- multiRegionConsistency- Specifies the consistency mode for a new global table. This parameter is only valid when you create a global table by specifying one or more Create actions in the ReplicaUpdates action list.- You can specify one of the following consistency modes: - 
        EVENTUAL: Configures a new global table for multi-Region eventual consistency (MREC). This is the default consistency mode for global tables.
- 
        STRONG: Configures a new global table for multi-Region strong consistency (MRSC).
 - If you don't specify this field, the global table consistency mode defaults to - EVENTUAL. For more information about global tables consistency modes, see Consistency modes in DynamoDB developer guide.
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
 
- 
globalTableWitnessUpdatesUpdateTableRequest.Builder globalTableWitnessUpdates(Collection<GlobalTableWitnessGroupUpdate> globalTableWitnessUpdates) A list of witness updates for a MRSC global table. A witness provides a cost-effective alternative to a full replica in a MRSC global table by maintaining replicated change data written to global table replicas. You cannot perform read or write operations on a witness. For each witness, you can request one action: - 
 Create- add a new witness to the global table.
- 
 Delete- remove a witness from the global table.
 You can create or delete only one witness per UpdateTableoperation.For more information, see Multi-Region strong consistency (MRSC) in the Amazon DynamoDB Developer Guide - Parameters:
- globalTableWitnessUpdates- A list of witness updates for a MRSC global table. A witness provides a cost-effective alternative to a full replica in a MRSC global table by maintaining replicated change data written to global table replicas. You cannot perform read or write operations on a witness. For each witness, you can request one action:- 
        Create- add a new witness to the global table.
- 
        Delete- remove a witness from the global table.
 - You can create or delete only one witness per - UpdateTableoperation.- For more information, see Multi-Region strong consistency (MRSC) in the Amazon DynamoDB Developer Guide 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
 
- 
globalTableWitnessUpdatesUpdateTableRequest.Builder globalTableWitnessUpdates(GlobalTableWitnessGroupUpdate... globalTableWitnessUpdates) A list of witness updates for a MRSC global table. A witness provides a cost-effective alternative to a full replica in a MRSC global table by maintaining replicated change data written to global table replicas. You cannot perform read or write operations on a witness. For each witness, you can request one action: - 
 Create- add a new witness to the global table.
- 
 Delete- remove a witness from the global table.
 You can create or delete only one witness per UpdateTableoperation.For more information, see Multi-Region strong consistency (MRSC) in the Amazon DynamoDB Developer Guide - Parameters:
- globalTableWitnessUpdates- A list of witness updates for a MRSC global table. A witness provides a cost-effective alternative to a full replica in a MRSC global table by maintaining replicated change data written to global table replicas. You cannot perform read or write operations on a witness. For each witness, you can request one action:- 
        Create- add a new witness to the global table.
- 
        Delete- remove a witness from the global table.
 - You can create or delete only one witness per - UpdateTableoperation.- For more information, see Multi-Region strong consistency (MRSC) in the Amazon DynamoDB Developer Guide 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
 
- 
globalTableWitnessUpdatesUpdateTableRequest.Builder globalTableWitnessUpdates(Consumer<GlobalTableWitnessGroupUpdate.Builder>... globalTableWitnessUpdates) A list of witness updates for a MRSC global table. A witness provides a cost-effective alternative to a full replica in a MRSC global table by maintaining replicated change data written to global table replicas. You cannot perform read or write operations on a witness. For each witness, you can request one action: - 
 Create- add a new witness to the global table.
- 
 Delete- remove a witness from the global table.
 You can create or delete only one witness per UpdateTableoperation.For more information, see Multi-Region strong consistency (MRSC) in the Amazon DynamoDB Developer Guide This is a convenience method that creates an instance of theGlobalTableWitnessGroupUpdate.Builderavoiding the need to create one manually viaGlobalTableWitnessGroupUpdate.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toglobalTableWitnessUpdates(List<GlobalTableWitnessGroupUpdate>).- Parameters:
- globalTableWitnessUpdates- a consumer that will call methods on- GlobalTableWitnessGroupUpdate.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
 
- 
onDemandThroughputUpdates the maximum number of read and write units for the specified table in on-demand capacity mode. If you use this parameter, you must specify MaxReadRequestUnits,MaxWriteRequestUnits, or both.- Parameters:
- onDemandThroughput- Updates the maximum number of read and write units for the specified table in on-demand capacity mode. If you use this parameter, you must specify- MaxReadRequestUnits,- MaxWriteRequestUnits, or both.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
onDemandThroughputdefault UpdateTableRequest.Builder onDemandThroughput(Consumer<OnDemandThroughput.Builder> onDemandThroughput) Updates the maximum number of read and write units for the specified table in on-demand capacity mode. If you use this parameter, you must specify This is a convenience method that creates an instance of theMaxReadRequestUnits,MaxWriteRequestUnits, or both.OnDemandThroughput.Builderavoiding the need to create one manually viaOnDemandThroughput.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toonDemandThroughput(OnDemandThroughput).- Parameters:
- onDemandThroughput- a consumer that will call methods on- OnDemandThroughput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
warmThroughputRepresents the warm throughput (in read units per second and write units per second) for updating a table. - Parameters:
- warmThroughput- Represents the warm throughput (in read units per second and write units per second) for updating a table.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
warmThroughputRepresents the warm throughput (in read units per second and write units per second) for updating a table. This is a convenience method that creates an instance of theWarmThroughput.Builderavoiding the need to create one manually viaWarmThroughput.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed towarmThroughput(WarmThroughput).- Parameters:
- warmThroughput- a consumer that will call methods on- WarmThroughput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overrideConfigurationUpdateTableRequest.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.
 
- 
overrideConfigurationUpdateTableRequest.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.
 
 
-