Uses of Interface
software.amazon.awssdk.services.dynamodb.model.TableWarmThroughputDescription.Builder
-
Packages that use TableWarmThroughputDescription.Builder Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of TableWarmThroughputDescription.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return TableWarmThroughputDescription.Builder Modifier and Type Method Description static TableWarmThroughputDescription.BuilderTableWarmThroughputDescription. builder()TableWarmThroughputDescription.BuilderTableWarmThroughputDescription.Builder. readUnitsPerSecond(Long readUnitsPerSecond)Represents the base table's warm throughput value in read units per second.TableWarmThroughputDescription.BuilderTableWarmThroughputDescription.Builder. status(String status)Represents warm throughput value of the base table.TableWarmThroughputDescription.BuilderTableWarmThroughputDescription.Builder. status(TableStatus status)Represents warm throughput value of the base table.TableWarmThroughputDescription.BuilderTableWarmThroughputDescription. toBuilder()TableWarmThroughputDescription.BuilderTableWarmThroughputDescription.Builder. writeUnitsPerSecond(Long writeUnitsPerSecond)Represents the base table's warm throughput value in write units per second.Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type TableWarmThroughputDescription.Builder Modifier and Type Method Description static Class<? extends TableWarmThroughputDescription.Builder>TableWarmThroughputDescription. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type TableWarmThroughputDescription.Builder Modifier and Type Method Description default ReplicaDescription.BuilderReplicaDescription.Builder. warmThroughput(Consumer<TableWarmThroughputDescription.Builder> warmThroughput)Represents the warm throughput value for this replica.default TableDescription.BuilderTableDescription.Builder. warmThroughput(Consumer<TableWarmThroughputDescription.Builder> warmThroughput)Describes the warm throughput value of the base table.
-