Uses of Interface
software.amazon.awssdk.services.budgets.model.Spend.Builder
-
Packages that use Spend.Builder Package Description software.amazon.awssdk.services.budgets.model -
-
Uses of Spend.Builder in software.amazon.awssdk.services.budgets.model
Methods in software.amazon.awssdk.services.budgets.model that return Spend.Builder Modifier and Type Method Description Spend.BuilderSpend.Builder. amount(BigDecimal amount)The cost or usage amount that's associated with a budget forecast, actual spend, or budget threshold.static Spend.BuilderSpend. builder()Spend.BuilderSpend. toBuilder()Spend.BuilderSpend.Builder. unit(String unit)The unit of measurement that's used for the budget forecast, actual spend, or budget threshold.Methods in software.amazon.awssdk.services.budgets.model that return types with arguments of type Spend.Builder Modifier and Type Method Description static Class<? extends Spend.Builder>Spend. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.budgets.model with type arguments of type Spend.Builder Modifier and Type Method Description default BudgetedAndActualAmounts.BuilderBudgetedAndActualAmounts.Builder. actualAmount(Consumer<Spend.Builder> actualAmount)Your actual costs or usage for a budget period.default CalculatedSpend.BuilderCalculatedSpend.Builder. actualSpend(Consumer<Spend.Builder> actualSpend)The amount of cost, usage, RI units, or Savings Plans units that you used.default BudgetedAndActualAmounts.BuilderBudgetedAndActualAmounts.Builder. budgetedAmount(Consumer<Spend.Builder> budgetedAmount)The amount of cost or usage that you created the budget for.default Budget.BuilderBudget.Builder. budgetLimit(Consumer<Spend.Builder> budgetLimit)The total amount of cost, usage, RI utilization, RI coverage, Savings Plans utilization, or Savings Plans coverage that you want to track with your budget.default CalculatedSpend.BuilderCalculatedSpend.Builder. forecastedSpend(Consumer<Spend.Builder> forecastedSpend)The amount of cost, usage, RI units, or Savings Plans units that you're forecasted to use.
-