Uses of Interface
software.amazon.awssdk.services.dynamodb.model.OnDemandThroughput.Builder
Packages that use OnDemandThroughput.Builder
-
Uses of OnDemandThroughput.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return OnDemandThroughput.BuilderModifier and TypeMethodDescriptionstatic OnDemandThroughput.BuilderOnDemandThroughput.builder()OnDemandThroughput.Builder.maxReadRequestUnits(Long maxReadRequestUnits) Maximum number of read request units for the specified table.OnDemandThroughput.Builder.maxWriteRequestUnits(Long maxWriteRequestUnits) Maximum number of write request units for the specified table.OnDemandThroughput.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type OnDemandThroughput.BuilderModifier and TypeMethodDescriptionstatic Class<? extends OnDemandThroughput.Builder>OnDemandThroughput.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type OnDemandThroughput.BuilderModifier and TypeMethodDescriptionCreateGlobalSecondaryIndexAction.Builder.onDemandThroughput(Consumer<OnDemandThroughput.Builder> onDemandThroughput) The maximum number of read and write units for the global secondary index being created.default CreateTableRequest.BuilderCreateTableRequest.Builder.onDemandThroughput(Consumer<OnDemandThroughput.Builder> onDemandThroughput) Sets the maximum number of read and write units for the specified table in on-demand capacity mode.default GlobalSecondaryIndex.BuilderGlobalSecondaryIndex.Builder.onDemandThroughput(Consumer<OnDemandThroughput.Builder> onDemandThroughput) The maximum number of read and write units for the specified global secondary index.GlobalSecondaryIndexDescription.Builder.onDemandThroughput(Consumer<OnDemandThroughput.Builder> onDemandThroughput) The maximum number of read and write units for the specified global secondary index.default GlobalSecondaryIndexInfo.BuilderGlobalSecondaryIndexInfo.Builder.onDemandThroughput(Consumer<OnDemandThroughput.Builder> onDemandThroughput) Sets the value of the OnDemandThroughput property for this object.default SourceTableDetails.BuilderSourceTableDetails.Builder.onDemandThroughput(Consumer<OnDemandThroughput.Builder> onDemandThroughput) Sets the value of the OnDemandThroughput property for this object.default TableCreationParameters.BuilderTableCreationParameters.Builder.onDemandThroughput(Consumer<OnDemandThroughput.Builder> onDemandThroughput) Sets the value of the OnDemandThroughput property for this object.default TableDescription.BuilderTableDescription.Builder.onDemandThroughput(Consumer<OnDemandThroughput.Builder> onDemandThroughput) The maximum number of read and write units for the specified on-demand table.UpdateGlobalSecondaryIndexAction.Builder.onDemandThroughput(Consumer<OnDemandThroughput.Builder> onDemandThroughput) Updates the maximum number of read and write units for the specified global secondary index.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.RestoreTableFromBackupRequest.Builder.onDemandThroughputOverride(Consumer<OnDemandThroughput.Builder> onDemandThroughputOverride) Sets the value of the OnDemandThroughputOverride property for this object.RestoreTableToPointInTimeRequest.Builder.onDemandThroughputOverride(Consumer<OnDemandThroughput.Builder> onDemandThroughputOverride) Sets the value of the OnDemandThroughputOverride property for this object.