Interface UsageQuantity.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<UsageQuantity.Builder,,UsageQuantity> SdkBuilder<UsageQuantity.Builder,,UsageQuantity> SdkPojo
- Enclosing class:
UsageQuantity
@Mutable
@NotThreadSafe
public static interface UsageQuantity.Builder
extends SdkPojo, CopyableBuilder<UsageQuantity.Builder,UsageQuantity>
-
Method Summary
Modifier and TypeMethodDescriptionThe numeric value of the usage quantity.The start hour of the usage period.The unit of measurement for the usage quantity.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
startHour
The start hour of the usage period.
- Parameters:
startHour- The start hour of the usage period.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unit
The unit of measurement for the usage quantity.
- Parameters:
unit- The unit of measurement for the usage quantity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
amount
The numeric value of the usage quantity.
- Parameters:
amount- The numeric value of the usage quantity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-