| Package | Description |
|---|---|
| software.amazon.awssdk.services.keyspaces.model |
| Modifier and Type | Method and Description |
|---|---|
static CapacitySpecification.Builder |
CapacitySpecification.builder() |
CapacitySpecification.Builder |
CapacitySpecification.Builder.readCapacityUnits(Long readCapacityUnits)
The throughput capacity specified for
read operations defined in
read capacity units (RCUs). |
CapacitySpecification.Builder |
CapacitySpecification.Builder.throughputMode(String throughputMode)
The read/write throughput capacity mode for a table.
|
CapacitySpecification.Builder |
CapacitySpecification.Builder.throughputMode(ThroughputMode throughputMode)
The read/write throughput capacity mode for a table.
|
CapacitySpecification.Builder |
CapacitySpecification.toBuilder() |
CapacitySpecification.Builder |
CapacitySpecification.Builder.writeCapacityUnits(Long writeCapacityUnits)
The throughput capacity specified for
write operations defined in
write capacity units (WCUs). |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CapacitySpecification.Builder> |
CapacitySpecification.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateTableRequest.Builder |
UpdateTableRequest.Builder.capacitySpecification(Consumer<CapacitySpecification.Builder> capacitySpecification)
Modifies the read/write throughput capacity mode for the table.
|
default CreateTableRequest.Builder |
CreateTableRequest.Builder.capacitySpecification(Consumer<CapacitySpecification.Builder> capacitySpecification)
Specifies the read/write throughput capacity mode for the table.
|
default RestoreTableRequest.Builder |
RestoreTableRequest.Builder.capacitySpecificationOverride(Consumer<CapacitySpecification.Builder> capacitySpecificationOverride)
Specifies the read/write throughput capacity mode for the target table.
|
Copyright © 2023. All rights reserved.