Uses of Interface
software.amazon.awssdk.services.dynamodb.model.UpdateTableRequest.Builder
Packages that use UpdateTableRequest.Builder
Package
Description
-
Uses of UpdateTableRequest.Builder in software.amazon.awssdk.services.dynamodb
Method parameters in software.amazon.awssdk.services.dynamodb with type arguments of type UpdateTableRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<UpdateTableResponse>DynamoDbAsyncClient.updateTable(Consumer<UpdateTableRequest.Builder> updateTableRequest) Modifies the provisioned throughput settings, global secondary indexes, or DynamoDB Streams settings for a given table.default UpdateTableResponseDynamoDbClient.updateTable(Consumer<UpdateTableRequest.Builder> updateTableRequest) Modifies the provisioned throughput settings, global secondary indexes, or DynamoDB Streams settings for a given table. -
Uses of UpdateTableRequest.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return UpdateTableRequest.BuilderModifier and TypeMethodDescriptionUpdateTableRequest.Builder.attributeDefinitions(Collection<AttributeDefinition> attributeDefinitions) An array of attributes that describe the key schema for the table and indexes.UpdateTableRequest.Builder.attributeDefinitions(Consumer<AttributeDefinition.Builder>... attributeDefinitions) An array of attributes that describe the key schema for the table and indexes.UpdateTableRequest.Builder.attributeDefinitions(AttributeDefinition... attributeDefinitions) An array of attributes that describe the key schema for the table and indexes.UpdateTableRequest.Builder.billingMode(String billingMode) Controls how you are charged for read and write throughput and how you manage capacity.UpdateTableRequest.Builder.billingMode(BillingMode billingMode) Controls how you are charged for read and write throughput and how you manage capacity.static UpdateTableRequest.BuilderUpdateTableRequest.builder()UpdateTableRequest.Builder.deletionProtectionEnabled(Boolean deletionProtectionEnabled) Indicates whether deletion protection is to be enabled (true) or disabled (false) on the table.UpdateTableRequest.Builder.globalSecondaryIndexUpdates(Collection<GlobalSecondaryIndexUpdate> globalSecondaryIndexUpdates) An array of one or more global secondary indexes for the table.UpdateTableRequest.Builder.globalSecondaryIndexUpdates(Consumer<GlobalSecondaryIndexUpdate.Builder>... globalSecondaryIndexUpdates) An array of one or more global secondary indexes for the table.UpdateTableRequest.Builder.globalSecondaryIndexUpdates(GlobalSecondaryIndexUpdate... globalSecondaryIndexUpdates) An array of one or more global secondary indexes for the table.UpdateTableRequest.Builder.globalTableSettingsReplicationMode(String globalTableSettingsReplicationMode) Controls the settings replication mode for a global table replica.UpdateTableRequest.Builder.globalTableSettingsReplicationMode(GlobalTableSettingsReplicationMode globalTableSettingsReplicationMode) Controls the settings replication mode for a global table replica.UpdateTableRequest.Builder.globalTableWitnessUpdates(Collection<GlobalTableWitnessGroupUpdate> globalTableWitnessUpdates) A list of witness updates for a MRSC global table.UpdateTableRequest.Builder.globalTableWitnessUpdates(Consumer<GlobalTableWitnessGroupUpdate.Builder>... globalTableWitnessUpdates) A list of witness updates for a MRSC global table.UpdateTableRequest.Builder.globalTableWitnessUpdates(GlobalTableWitnessGroupUpdate... globalTableWitnessUpdates) A list of witness updates for a MRSC global table.UpdateTableRequest.Builder.multiRegionConsistency(String multiRegionConsistency) Specifies the consistency mode for a new global table.UpdateTableRequest.Builder.multiRegionConsistency(MultiRegionConsistency multiRegionConsistency) Specifies the consistency mode for a new global table.default UpdateTableRequest.BuilderUpdateTableRequest.Builder.onDemandThroughput(Consumer<OnDemandThroughput.Builder> onDemandThroughput) Updates the maximum number of read and write units for the specified table in on-demand capacity mode.UpdateTableRequest.Builder.onDemandThroughput(OnDemandThroughput onDemandThroughput) Updates the maximum number of read and write units for the specified table in on-demand capacity mode.UpdateTableRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateTableRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) default UpdateTableRequest.BuilderUpdateTableRequest.Builder.provisionedThroughput(Consumer<ProvisionedThroughput.Builder> provisionedThroughput) The new provisioned throughput settings for the specified table or index.UpdateTableRequest.Builder.provisionedThroughput(ProvisionedThroughput provisionedThroughput) The new provisioned throughput settings for the specified table or index.UpdateTableRequest.Builder.replicaUpdates(Collection<ReplicationGroupUpdate> replicaUpdates) A list of replica update actions (create, delete, or update) for the table.UpdateTableRequest.Builder.replicaUpdates(Consumer<ReplicationGroupUpdate.Builder>... replicaUpdates) A list of replica update actions (create, delete, or update) for the table.UpdateTableRequest.Builder.replicaUpdates(ReplicationGroupUpdate... replicaUpdates) A list of replica update actions (create, delete, or update) for the table.default UpdateTableRequest.BuilderUpdateTableRequest.Builder.sseSpecification(Consumer<SSESpecification.Builder> sseSpecification) The new server-side encryption settings for the specified table.UpdateTableRequest.Builder.sseSpecification(SSESpecification sseSpecification) The new server-side encryption settings for the specified table.default UpdateTableRequest.BuilderUpdateTableRequest.Builder.streamSpecification(Consumer<StreamSpecification.Builder> streamSpecification) Represents the DynamoDB Streams configuration for the table.UpdateTableRequest.Builder.streamSpecification(StreamSpecification streamSpecification) Represents the DynamoDB Streams configuration for the table.UpdateTableRequest.Builder.tableClass(String tableClass) The table class of the table to be updated.UpdateTableRequest.Builder.tableClass(TableClass tableClass) The table class of the table to be updated.The name of the table to be updated.UpdateTableRequest.toBuilder()default UpdateTableRequest.BuilderUpdateTableRequest.Builder.warmThroughput(Consumer<WarmThroughput.Builder> warmThroughput) Represents the warm throughput (in read units per second and write units per second) for updating a table.UpdateTableRequest.Builder.warmThroughput(WarmThroughput warmThroughput) Represents the warm throughput (in read units per second and write units per second) for updating a table.Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type UpdateTableRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateTableRequest.Builder>UpdateTableRequest.serializableBuilderClass()