| Package | Description |
|---|---|
| software.amazon.awssdk.services.budgets.model |
| Modifier and Type | Method and Description |
|---|---|
Spend.Builder |
Spend.Builder.amount(BigDecimal amount)
The cost or usage amount that's associated with a budget forecast, actual spend, or budget threshold.
|
static Spend.Builder |
Spend.builder() |
Spend.Builder |
Spend.toBuilder() |
Spend.Builder |
Spend.Builder.unit(String unit)
The unit of measurement that's used for the budget forecast, actual spend, or budget threshold, such as USD
or GBP.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Spend.Builder> |
Spend.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default BudgetedAndActualAmounts.Builder |
BudgetedAndActualAmounts.Builder.actualAmount(Consumer<Spend.Builder> actualAmount)
Your actual costs or usage for a budget period.
|
default CalculatedSpend.Builder |
CalculatedSpend.Builder.actualSpend(Consumer<Spend.Builder> actualSpend)
The amount of cost, usage, RI units, or Savings Plans units that you used.
|
default BudgetedAndActualAmounts.Builder |
BudgetedAndActualAmounts.Builder.budgetedAmount(Consumer<Spend.Builder> budgetedAmount)
The amount of cost or usage that you created the budget for.
|
default Budget.Builder |
Budget.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.Builder |
CalculatedSpend.Builder.forecastedSpend(Consumer<Spend.Builder> forecastedSpend)
The amount of cost, usage, RI units, or Savings Plans units that you're forecasted to use.
|
Copyright © 2023. All rights reserved.