| Package | Description |
|---|---|
| software.amazon.awssdk.services.budgets.model |
| Modifier and Type | Method and Description |
|---|---|
Budget.Builder |
Budget.Builder.autoAdjustData(AutoAdjustData autoAdjustData)
The parameters that determine the budget amount for an auto-adjusting budget.
|
default Budget.Builder |
Budget.Builder.autoAdjustData(Consumer<AutoAdjustData.Builder> 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(BudgetType budgetType)
Specifies whether this budget tracks costs, usage, RI utilization, RI coverage, Savings Plans utilization, or
Savings Plans coverage.
|
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.
|
static Budget.Builder |
Budget.builder() |
Budget.Builder |
Budget.Builder.calculatedSpend(CalculatedSpend calculatedSpend)
The actual and forecasted cost or usage that the budget tracks.
|
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.costFilters(Map<String,? extends Collection<String>> costFilters)
The cost filters, such as
Region, Service, member account,
Tag, or Cost Category, 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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Budget.Builder> |
Budget.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateBudgetRequest.Builder |
CreateBudgetRequest.Builder.budget(Consumer<Budget.Builder> budget)
The budget object that you want to create.
|
default DescribeBudgetResponse.Builder |
DescribeBudgetResponse.Builder.budget(Consumer<Budget.Builder> budget)
The description of the budget.
|
default UpdateBudgetRequest.Builder |
UpdateBudgetRequest.Builder.newBudget(Consumer<Budget.Builder> newBudget)
The budget that you want to update your budget to.
|
Copyright © 2023. All rights reserved.