Uses of Interface
software.amazon.awssdk.services.dynamodb.model.WarmThroughput.Builder
-
Packages that use WarmThroughput.Builder Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of WarmThroughput.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return WarmThroughput.Builder Modifier and Type Method Description static WarmThroughput.BuilderWarmThroughput. builder()WarmThroughput.BuilderWarmThroughput.Builder. readUnitsPerSecond(Long readUnitsPerSecond)Represents the number of read operations your base table can instantaneously support.WarmThroughput.BuilderWarmThroughput. toBuilder()WarmThroughput.BuilderWarmThroughput.Builder. writeUnitsPerSecond(Long writeUnitsPerSecond)Represents the number of write operations your base table can instantaneously support.Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type WarmThroughput.Builder Modifier and Type Method Description static Class<? extends WarmThroughput.Builder>WarmThroughput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type WarmThroughput.Builder Modifier and Type Method Description default CreateGlobalSecondaryIndexAction.BuilderCreateGlobalSecondaryIndexAction.Builder. warmThroughput(Consumer<WarmThroughput.Builder> warmThroughput)Represents the warm throughput value (in read units per second and write units per second) when creating a secondary index.default CreateTableRequest.BuilderCreateTableRequest.Builder. warmThroughput(Consumer<WarmThroughput.Builder> warmThroughput)Represents the warm throughput (in read units per second and write units per second) for creating a table.default GlobalSecondaryIndex.BuilderGlobalSecondaryIndex.Builder. warmThroughput(Consumer<WarmThroughput.Builder> warmThroughput)Represents the warm throughput value (in read units per second and write units per second) for the specified secondary index.default UpdateGlobalSecondaryIndexAction.BuilderUpdateGlobalSecondaryIndexAction.Builder. warmThroughput(Consumer<WarmThroughput.Builder> warmThroughput)Represents the warm throughput value of the new provisioned throughput settings to be applied to a global secondary index.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.
-