Interface AwsDynamoDbTableBillingModeSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsDynamoDbTableBillingModeSummary.Builder,AwsDynamoDbTableBillingModeSummary>,SdkBuilder<AwsDynamoDbTableBillingModeSummary.Builder,AwsDynamoDbTableBillingModeSummary>,SdkPojo
- Enclosing class:
- AwsDynamoDbTableBillingModeSummary
public static interface AwsDynamoDbTableBillingModeSummary.Builder extends SdkPojo, CopyableBuilder<AwsDynamoDbTableBillingModeSummary.Builder,AwsDynamoDbTableBillingModeSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsDynamoDbTableBillingModeSummary.BuilderbillingMode(String billingMode)The method used to charge for read and write throughput and to manage capacity.AwsDynamoDbTableBillingModeSummary.BuilderlastUpdateToPayPerRequestDateTime(String lastUpdateToPayPerRequestDateTime)If the billing mode isPAY_PER_REQUEST, indicates when the billing mode was set to that value.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
billingMode
AwsDynamoDbTableBillingModeSummary.Builder billingMode(String billingMode)
The method used to charge for read and write throughput and to manage capacity.
- Parameters:
billingMode- The method used to charge for read and write throughput and to manage capacity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdateToPayPerRequestDateTime
AwsDynamoDbTableBillingModeSummary.Builder lastUpdateToPayPerRequestDateTime(String lastUpdateToPayPerRequestDateTime)
If the billing mode is
PAY_PER_REQUEST, indicates when the billing mode was set to that value.For more information about the validation and formatting of timestamp fields in Security Hub, see Timestamps.
- Parameters:
lastUpdateToPayPerRequestDateTime- If the billing mode isPAY_PER_REQUEST, indicates when the billing mode was set to that value.For more information about the validation and formatting of timestamp fields in Security Hub, see Timestamps.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-