Uses of Interface
software.amazon.awssdk.services.bcmpricingcalculator.model.WorkloadEstimateUsageQuantity.Builder
-
Packages that use WorkloadEstimateUsageQuantity.Builder Package Description software.amazon.awssdk.services.bcmpricingcalculator.model -
-
Uses of WorkloadEstimateUsageQuantity.Builder in software.amazon.awssdk.services.bcmpricingcalculator.model
Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return WorkloadEstimateUsageQuantity.Builder Modifier and Type Method Description WorkloadEstimateUsageQuantity.BuilderWorkloadEstimateUsageQuantity.Builder. amount(Double amount)The numeric value of the usage quantity.static WorkloadEstimateUsageQuantity.BuilderWorkloadEstimateUsageQuantity. builder()WorkloadEstimateUsageQuantity.BuilderWorkloadEstimateUsageQuantity. toBuilder()WorkloadEstimateUsageQuantity.BuilderWorkloadEstimateUsageQuantity.Builder. unit(String unit)The unit of measurement for the usage quantity.Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return types with arguments of type WorkloadEstimateUsageQuantity.Builder Modifier and Type Method Description static Class<? extends WorkloadEstimateUsageQuantity.Builder>WorkloadEstimateUsageQuantity. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bcmpricingcalculator.model with type arguments of type WorkloadEstimateUsageQuantity.Builder Modifier and Type Method Description default BatchCreateWorkloadEstimateUsageItem.BuilderBatchCreateWorkloadEstimateUsageItem.Builder. quantity(Consumer<WorkloadEstimateUsageQuantity.Builder> quantity)The estimated usage quantity.default WorkloadEstimateUsageItem.BuilderWorkloadEstimateUsageItem.Builder. quantity(Consumer<WorkloadEstimateUsageQuantity.Builder> quantity)The estimated usage quantity for this item.
-