public static interface Capacity.Builder extends SdkPojo, CopyableBuilder<Capacity.Builder,Capacity>
| Modifier and Type | Method and Description |
|---|---|
Capacity.Builder |
capacityUnits(Double capacityUnits)
The total number of capacity units consumed on a table or an index.
|
Capacity.Builder |
readCapacityUnits(Double readCapacityUnits)
The total number of read capacity units consumed on a table or an index.
|
Capacity.Builder |
writeCapacityUnits(Double writeCapacityUnits)
The total number of write capacity units consumed on a table or an index.
|
copyapplyMutation, buildCapacity.Builder readCapacityUnits(Double readCapacityUnits)
The total number of read capacity units consumed on a table or an index.
readCapacityUnits - The total number of read capacity units consumed on a table or an index.Capacity.Builder writeCapacityUnits(Double writeCapacityUnits)
The total number of write capacity units consumed on a table or an index.
writeCapacityUnits - The total number of write capacity units consumed on a table or an index.Capacity.Builder capacityUnits(Double capacityUnits)
The total number of capacity units consumed on a table or an index.
capacityUnits - The total number of capacity units consumed on a table or an index.Copyright © 2019. All rights reserved.