Uses of Interface
software.amazon.awssdk.services.bcmpricingcalculator.model.CostAmount.Builder
-
Packages that use CostAmount.Builder Package Description software.amazon.awssdk.services.bcmpricingcalculator.model -
-
Uses of CostAmount.Builder in software.amazon.awssdk.services.bcmpricingcalculator.model
Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return CostAmount.Builder Modifier and Type Method Description CostAmount.BuilderCostAmount.Builder. amount(Double amount)The numeric value of the cost.static CostAmount.BuilderCostAmount. builder()CostAmount.BuilderCostAmount.Builder. currency(String currency)The currency code for the cost amount.CostAmount.BuilderCostAmount.Builder. currency(CurrencyCode currency)The currency code for the cost amount.CostAmount.BuilderCostAmount. toBuilder()Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return types with arguments of type CostAmount.Builder Modifier and Type Method Description static Class<? extends CostAmount.Builder>CostAmount. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bcmpricingcalculator.model with type arguments of type CostAmount.Builder Modifier and Type Method Description default BillEstimateLineItemSummary.BuilderBillEstimateLineItemSummary.Builder. estimatedCost(Consumer<CostAmount.Builder> estimatedCost)The estimated cost for this line item.default CostDifference.BuilderCostDifference.Builder. estimatedCost(Consumer<CostAmount.Builder> estimatedCost)The estimated cost amount.default BillEstimateLineItemSummary.BuilderBillEstimateLineItemSummary.Builder. historicalCost(Consumer<CostAmount.Builder> historicalCost)The historical cost for this line item.default CostDifference.BuilderCostDifference.Builder. historicalCost(Consumer<CostAmount.Builder> historicalCost)The historical cost amount.default BillEstimateCommitmentSummary.BuilderBillEstimateCommitmentSummary.Builder. monthlyPayment(Consumer<CostAmount.Builder> monthlyPayment)The monthly payment amount for this commitment, if applicable.default BillEstimateCommitmentSummary.BuilderBillEstimateCommitmentSummary.Builder. upfrontPayment(Consumer<CostAmount.Builder> upfrontPayment)The upfront payment amount for this commitment, if applicable.
-