Uses of Interface
software.amazon.awssdk.services.keyspaces.model.CapacitySpecification.Builder
-
Packages that use CapacitySpecification.Builder Package Description software.amazon.awssdk.services.keyspaces.model -
-
Uses of CapacitySpecification.Builder in software.amazon.awssdk.services.keyspaces.model
Methods in software.amazon.awssdk.services.keyspaces.model that return CapacitySpecification.Builder Modifier and Type Method Description static CapacitySpecification.BuilderCapacitySpecification. builder()CapacitySpecification.BuilderCapacitySpecification.Builder. readCapacityUnits(Long readCapacityUnits)The throughput capacity specified forreadoperations defined inread capacity units(RCUs).CapacitySpecification.BuilderCapacitySpecification.Builder. throughputMode(String throughputMode)The read/write throughput capacity mode for a table.CapacitySpecification.BuilderCapacitySpecification.Builder. throughputMode(ThroughputMode throughputMode)The read/write throughput capacity mode for a table.CapacitySpecification.BuilderCapacitySpecification. toBuilder()CapacitySpecification.BuilderCapacitySpecification.Builder. writeCapacityUnits(Long writeCapacityUnits)The throughput capacity specified forwriteoperations defined inwrite capacity units(WCUs).Methods in software.amazon.awssdk.services.keyspaces.model that return types with arguments of type CapacitySpecification.Builder Modifier and Type Method Description static Class<? extends CapacitySpecification.Builder>CapacitySpecification. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.keyspaces.model with type arguments of type CapacitySpecification.Builder Modifier and Type Method Description default CreateTableRequest.BuilderCreateTableRequest.Builder. capacitySpecification(Consumer<CapacitySpecification.Builder> capacitySpecification)Specifies the read/write throughput capacity mode for the table.default UpdateTableRequest.BuilderUpdateTableRequest.Builder. capacitySpecification(Consumer<CapacitySpecification.Builder> capacitySpecification)Modifies the read/write throughput capacity mode for the table.default RestoreTableRequest.BuilderRestoreTableRequest.Builder. capacitySpecificationOverride(Consumer<CapacitySpecification.Builder> capacitySpecificationOverride)Specifies the read/write throughput capacity mode for the target table.
-