Interface WorkloadEstimateUsageQuantity.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<WorkloadEstimateUsageQuantity.Builder,
,WorkloadEstimateUsageQuantity> SdkBuilder<WorkloadEstimateUsageQuantity.Builder,
,WorkloadEstimateUsageQuantity> SdkPojo
- Enclosing class:
WorkloadEstimateUsageQuantity
@Mutable
@NotThreadSafe
public static interface WorkloadEstimateUsageQuantity.Builder
extends SdkPojo, CopyableBuilder<WorkloadEstimateUsageQuantity.Builder,WorkloadEstimateUsageQuantity>
-
Method Summary
Modifier and TypeMethodDescriptionThe numeric value of the usage quantity.The unit of measurement for the usage quantity.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 Details
-
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.
-