public static interface AwsDynamoDbTableBillingModeSummary.Builder extends SdkPojo, CopyableBuilder<AwsDynamoDbTableBillingModeSummary.Builder,AwsDynamoDbTableBillingModeSummary>
| Modifier and Type | Method and Description |
|---|---|
AwsDynamoDbTableBillingModeSummary.Builder |
billingMode(String billingMode)
The method used to charge for read and write throughput and to manage capacity.
|
AwsDynamoDbTableBillingModeSummary.Builder |
lastUpdateToPayPerRequestDateTime(String lastUpdateToPayPerRequestDateTime)
If the billing mode is
PAY_PER_REQUEST, indicates when the billing mode was set to that value. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsDynamoDbTableBillingModeSummary.Builder billingMode(String billingMode)
The method used to charge for read and write throughput and to manage capacity.
billingMode - The method used to charge for read and write throughput and to manage capacity.AwsDynamoDbTableBillingModeSummary.Builder lastUpdateToPayPerRequestDateTime(String lastUpdateToPayPerRequestDateTime)
If the billing mode is PAY_PER_REQUEST, indicates when the billing mode was set to that value.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format.
The value cannot contain spaces, and date and time should be separated by T. For example,
2020-03-22T13:22:13.933Z.
lastUpdateToPayPerRequestDateTime - If the billing mode is PAY_PER_REQUEST, indicates when the billing mode was set to that
value.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time
Format. The value cannot contain spaces, and date and time should be separated by T.
For example, 2020-03-22T13:22:13.933Z.
Copyright © 2023. All rights reserved.