public static interface CapacitySpecificationSummary.Builder extends SdkPojo, CopyableBuilder<CapacitySpecificationSummary.Builder,CapacitySpecificationSummary>
| Modifier and Type | Method and Description |
|---|---|
CapacitySpecificationSummary.Builder |
lastUpdateToPayPerRequestTimestamp(Instant lastUpdateToPayPerRequestTimestamp)
The timestamp of the last operation that changed the provisioned throughput capacity of a table.
|
CapacitySpecificationSummary.Builder |
readCapacityUnits(Long readCapacityUnits)
The throughput capacity specified for
read operations defined in
read capacity units (RCUs). |
CapacitySpecificationSummary.Builder |
throughputMode(String throughputMode)
The read/write throughput capacity mode for a table.
|
CapacitySpecificationSummary.Builder |
throughputMode(ThroughputMode throughputMode)
The read/write throughput capacity mode for a table.
|
CapacitySpecificationSummary.Builder |
writeCapacityUnits(Long writeCapacityUnits)
The throughput capacity specified for
write operations defined in
write capacity units (WCUs). |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCapacitySpecificationSummary.Builder throughputMode(String throughputMode)
The read/write throughput capacity mode for a table. The options are:
• throughputMode:PAY_PER_REQUEST and
• throughputMode:PROVISIONED - Provisioned capacity mode requires readCapacityUnits
and writeCapacityUnits as input.
The default is throughput_mode:PAY_PER_REQUEST.
For more information, see Read/write capacity modes in the Amazon Keyspaces Developer Guide.
throughputMode - The read/write throughput capacity mode for a table. The options are:
• throughputMode:PAY_PER_REQUEST and
• throughputMode:PROVISIONED - Provisioned capacity mode requires
readCapacityUnits and writeCapacityUnits as input.
The default is throughput_mode:PAY_PER_REQUEST.
For more information, see Read/write capacity modes in the Amazon Keyspaces Developer Guide.
ThroughputMode,
ThroughputModeCapacitySpecificationSummary.Builder throughputMode(ThroughputMode throughputMode)
The read/write throughput capacity mode for a table. The options are:
• throughputMode:PAY_PER_REQUEST and
• throughputMode:PROVISIONED - Provisioned capacity mode requires readCapacityUnits
and writeCapacityUnits as input.
The default is throughput_mode:PAY_PER_REQUEST.
For more information, see Read/write capacity modes in the Amazon Keyspaces Developer Guide.
throughputMode - The read/write throughput capacity mode for a table. The options are:
• throughputMode:PAY_PER_REQUEST and
• throughputMode:PROVISIONED - Provisioned capacity mode requires
readCapacityUnits and writeCapacityUnits as input.
The default is throughput_mode:PAY_PER_REQUEST.
For more information, see Read/write capacity modes in the Amazon Keyspaces Developer Guide.
ThroughputMode,
ThroughputModeCapacitySpecificationSummary.Builder readCapacityUnits(Long readCapacityUnits)
The throughput capacity specified for read operations defined in
read capacity units (RCUs).
readCapacityUnits - The throughput capacity specified for read operations defined in
read capacity units (RCUs).CapacitySpecificationSummary.Builder writeCapacityUnits(Long writeCapacityUnits)
The throughput capacity specified for write operations defined in
write capacity units (WCUs).
writeCapacityUnits - The throughput capacity specified for write operations defined in
write capacity units (WCUs).CapacitySpecificationSummary.Builder lastUpdateToPayPerRequestTimestamp(Instant lastUpdateToPayPerRequestTimestamp)
The timestamp of the last operation that changed the provisioned throughput capacity of a table.
lastUpdateToPayPerRequestTimestamp - The timestamp of the last operation that changed the provisioned throughput capacity of a table.Copyright © 2022. All rights reserved.