Class BillingModeSummary
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BillingModeSummary.Builder,BillingModeSummary>
Contains the details for the read/write capacity mode. This page talks about PROVISIONED and
PAY_PER_REQUEST billing modes. For more information about these modes, see Read/write capacity mode.
You may need to switch to on-demand mode at least once in order to return a BillingModeSummary response.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal BillingModeControls how you are charged for read and write throughput and how you manage capacity.final StringControls how you are charged for read and write throughput and how you manage capacity.static BillingModeSummary.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final InstantRepresents the time whenPAY_PER_REQUESTwas last set as the read/write capacity mode.static Class<? extends BillingModeSummary.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
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.
If the service returns an enum value that is not available in the current SDK version,
billingModewill returnBillingMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frombillingModeAsString().- Returns:
- 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.
-
- See Also:
-
-
billingModeAsString
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.
If the service returns an enum value that is not available in the current SDK version,
billingModewill returnBillingMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frombillingModeAsString().- Returns:
- 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.
-
- See Also:
-
-
lastUpdateToPayPerRequestDateTime
Represents the time when
PAY_PER_REQUESTwas last set as the read/write capacity mode.- Returns:
- Represents the time when
PAY_PER_REQUESTwas last set as the read/write capacity mode.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<BillingModeSummary.Builder,BillingModeSummary>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-