default Budget.Builder |
Budget.Builder.autoAdjustData(Consumer<AutoAdjustData.Builder> autoAdjustData) |
The parameters that determine the budget amount for an auto-adjusting budget.
|
Budget.Builder |
Budget.Builder.autoAdjustData(AutoAdjustData autoAdjustData) |
The parameters that determine the budget amount for an auto-adjusting budget.
|
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.
|
Budget.Builder |
Budget.Builder.budgetLimit(Spend 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.
|
Budget.Builder |
Budget.Builder.budgetName(String budgetName) |
The name of a budget.
|
Budget.Builder |
Budget.Builder.budgetType(String budgetType) |
Specifies whether this budget tracks costs, usage, RI utilization, RI coverage, Savings Plans utilization, or
Savings Plans coverage.
|
Budget.Builder |
Budget.Builder.budgetType(BudgetType budgetType) |
Specifies whether this budget tracks costs, usage, RI utilization, RI coverage, Savings Plans utilization, or
Savings Plans coverage.
|
static Budget.Builder |
Budget.builder() |
|
default Budget.Builder |
Budget.Builder.calculatedSpend(Consumer<CalculatedSpend.Builder> calculatedSpend) |
The actual and forecasted cost or usage that the budget tracks.
|
Budget.Builder |
Budget.Builder.calculatedSpend(CalculatedSpend calculatedSpend) |
The actual and forecasted cost or usage that the budget tracks.
|
Budget.Builder |
Budget.Builder.costFilters(Map<String,? extends Collection<String>> costFilters) |
The cost filters, such as Region, Service, LinkedAccount,
Tag, or CostCategory, that are applied to a budget.
|
default Budget.Builder |
Budget.Builder.costTypes(Consumer<CostTypes.Builder> costTypes) |
The types of costs that are included in this COST budget.
|
Budget.Builder |
Budget.Builder.costTypes(CostTypes costTypes) |
The types of costs that are included in this COST budget.
|
Budget.Builder |
Budget.Builder.lastUpdatedTime(Instant lastUpdatedTime) |
The last time that you updated this budget.
|
Budget.Builder |
Budget.Builder.plannedBudgetLimits(Map<String,Spend> plannedBudgetLimits) |
A map containing multiple BudgetLimit, including current or future limits.
|
default Budget.Builder |
Budget.Builder.timePeriod(Consumer<TimePeriod.Builder> timePeriod) |
The period of time that's covered by a budget.
|
Budget.Builder |
Budget.Builder.timePeriod(TimePeriod timePeriod) |
The period of time that's covered by a budget.
|
Budget.Builder |
Budget.Builder.timeUnit(String timeUnit) |
The length of time until a budget resets the actual and forecasted spend.
|
Budget.Builder |
Budget.Builder.timeUnit(TimeUnit timeUnit) |
The length of time until a budget resets the actual and forecasted spend.
|
Budget.Builder |
Budget.toBuilder() |
|