Interface WorkloadEstimateUsageQuantity.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<WorkloadEstimateUsageQuantity.Builder,WorkloadEstimateUsageQuantity>,SdkBuilder<WorkloadEstimateUsageQuantity.Builder,WorkloadEstimateUsageQuantity>,SdkPojo
- Enclosing class:
- WorkloadEstimateUsageQuantity
public static interface WorkloadEstimateUsageQuantity.Builder extends SdkPojo, CopyableBuilder<WorkloadEstimateUsageQuantity.Builder,WorkloadEstimateUsageQuantity>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkloadEstimateUsageQuantity.Builderamount(Double amount)The numeric value of the usage quantity.WorkloadEstimateUsageQuantity.Builderunit(String unit)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 Detail
-
unit
WorkloadEstimateUsageQuantity.Builder unit(String 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
WorkloadEstimateUsageQuantity.Builder amount(Double 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.
-
-