public static interface BillingModeSummary.Builder extends SdkPojo, CopyableBuilder<BillingModeSummary.Builder,BillingModeSummary>
| Modifier and Type | Method and Description |
|---|---|
BillingModeSummary.Builder |
billingMode(BillingMode billingMode)
Controls how you are charged for read and write throughput and how you manage capacity.
|
BillingModeSummary.Builder |
billingMode(String billingMode)
Controls how you are charged for read and write throughput and how you manage capacity.
|
BillingModeSummary.Builder |
lastUpdateToPayPerRequestDateTime(Instant lastUpdateToPayPerRequestDateTime)
Represents the time when
PAY_PER_REQUEST was last set as the read/write capacity mode. |
copyapplyMutation, buildBillingModeSummary.Builder billingMode(String billingMode)
Controls how you are charged for read and write throughput and how you manage capacity. This setting can be changed later.
PROVISIONED - Sets the read/write capacity mode to PROVISIONED. We recommend using
PROVISIONED for predictable workloads.
PAY_PER_REQUEST - Sets the read/write capacity mode to PAY_PER_REQUEST. We
recommend using PAY_PER_REQUEST for unpredictable workloads.
billingMode - Controls how you are charged for read and write throughput and how you manage capacity. This setting
can be changed later.
PROVISIONED - Sets the read/write capacity mode to PROVISIONED. We recommend
using PROVISIONED for predictable workloads.
PAY_PER_REQUEST - Sets the read/write capacity mode to PAY_PER_REQUEST. We
recommend using PAY_PER_REQUEST for unpredictable workloads.
BillingMode,
BillingModeBillingModeSummary.Builder billingMode(BillingMode billingMode)
Controls how you are charged for read and write throughput and how you manage capacity. This setting can be changed later.
PROVISIONED - Sets the read/write capacity mode to PROVISIONED. We recommend using
PROVISIONED for predictable workloads.
PAY_PER_REQUEST - Sets the read/write capacity mode to PAY_PER_REQUEST. We
recommend using PAY_PER_REQUEST for unpredictable workloads.
billingMode - Controls how you are charged for read and write throughput and how you manage capacity. This setting
can be changed later.
PROVISIONED - Sets the read/write capacity mode to PROVISIONED. We recommend
using PROVISIONED for predictable workloads.
PAY_PER_REQUEST - Sets the read/write capacity mode to PAY_PER_REQUEST. We
recommend using PAY_PER_REQUEST for unpredictable workloads.
BillingMode,
BillingModeBillingModeSummary.Builder lastUpdateToPayPerRequestDateTime(Instant lastUpdateToPayPerRequestDateTime)
Represents the time when PAY_PER_REQUEST was last set as the read/write capacity mode.
lastUpdateToPayPerRequestDateTime - Represents the time when PAY_PER_REQUEST was last set as the read/write capacity mode.Copyright © 2019. All rights reserved.