Interface BillingModeSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BillingModeSummary.Builder,BillingModeSummary>,SdkBuilder<BillingModeSummary.Builder,BillingModeSummary>,SdkPojo
- Enclosing class:
- BillingModeSummary
@Mutable @NotThreadSafe public static interface BillingModeSummary.Builder extends SdkPojo, CopyableBuilder<BillingModeSummary.Builder,BillingModeSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BillingModeSummary.BuilderbillingMode(String billingMode)Controls how you are charged for read and write throughput and how you manage capacity.BillingModeSummary.BuilderbillingMode(BillingMode billingMode)Controls how you are charged for read and write throughput and how you manage capacity.BillingModeSummary.BuilderlastUpdateToPayPerRequestDateTime(Instant lastUpdateToPayPerRequestDateTime)Represents the time whenPAY_PER_REQUESTwas last set as the read/write capacity mode.-
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
BillingModeSummary.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 toPROVISIONED. We recommend usingPROVISIONEDfor predictable workloads. -
PAY_PER_REQUEST- Sets the read/write capacity mode toPAY_PER_REQUEST. We recommend usingPAY_PER_REQUESTfor unpredictable workloads.
- Parameters:
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 toPROVISIONED. We recommend usingPROVISIONEDfor predictable workloads. -
PAY_PER_REQUEST- Sets the read/write capacity mode toPAY_PER_REQUEST. We recommend usingPAY_PER_REQUESTfor unpredictable workloads.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BillingMode,BillingMode
-
-
billingMode
BillingModeSummary.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 toPROVISIONED. We recommend usingPROVISIONEDfor predictable workloads. -
PAY_PER_REQUEST- Sets the read/write capacity mode toPAY_PER_REQUEST. We recommend usingPAY_PER_REQUESTfor unpredictable workloads.
- Parameters:
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 toPROVISIONED. We recommend usingPROVISIONEDfor predictable workloads. -
PAY_PER_REQUEST- Sets the read/write capacity mode toPAY_PER_REQUEST. We recommend usingPAY_PER_REQUESTfor unpredictable workloads.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BillingMode,BillingMode
-
-
lastUpdateToPayPerRequestDateTime
BillingModeSummary.Builder lastUpdateToPayPerRequestDateTime(Instant lastUpdateToPayPerRequestDateTime)
Represents the time when
PAY_PER_REQUESTwas last set as the read/write capacity mode.- Parameters:
lastUpdateToPayPerRequestDateTime- Represents the time whenPAY_PER_REQUESTwas last set as the read/write capacity mode.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-