| Package | Description |
|---|---|
| software.amazon.awssdk.services.budgets.model |
| Modifier and Type | Method and Description |
|---|---|
BudgetPerformanceHistory.Builder |
BudgetPerformanceHistory.Builder.budgetedAndActualAmountsList(BudgetedAndActualAmounts... budgetedAndActualAmountsList)
A list of amounts of cost or usage that you created budgets for, which are compared to your actual costs or
usage.
|
BudgetPerformanceHistory.Builder |
BudgetPerformanceHistory.Builder.budgetedAndActualAmountsList(Collection<BudgetedAndActualAmounts> budgetedAndActualAmountsList)
A list of amounts of cost or usage that you created budgets for, which are compared to your actual costs or
usage.
|
BudgetPerformanceHistory.Builder |
BudgetPerformanceHistory.Builder.budgetedAndActualAmountsList(Consumer<BudgetedAndActualAmounts.Builder>... budgetedAndActualAmountsList)
A list of amounts of cost or usage that you created budgets for, which are compared to your actual costs or
usage.
|
BudgetPerformanceHistory.Builder |
BudgetPerformanceHistory.Builder.budgetName(String budgetName)
Sets the value of the BudgetName property for this object.
|
BudgetPerformanceHistory.Builder |
BudgetPerformanceHistory.Builder.budgetType(BudgetType budgetType)
Sets the value of the BudgetType property for this object.
|
BudgetPerformanceHistory.Builder |
BudgetPerformanceHistory.Builder.budgetType(String budgetType)
Sets the value of the BudgetType property for this object.
|
static BudgetPerformanceHistory.Builder |
BudgetPerformanceHistory.builder() |
BudgetPerformanceHistory.Builder |
BudgetPerformanceHistory.Builder.costFilters(Map<String,? extends Collection<String>> costFilters)
The history of the cost filters for a budget during the specified time period.
|
default BudgetPerformanceHistory.Builder |
BudgetPerformanceHistory.Builder.costTypes(Consumer<CostTypes.Builder> costTypes)
The history of the cost types for a budget during the specified time period.
|
BudgetPerformanceHistory.Builder |
BudgetPerformanceHistory.Builder.costTypes(CostTypes costTypes)
The history of the cost types for a budget during the specified time period.
|
BudgetPerformanceHistory.Builder |
BudgetPerformanceHistory.Builder.timeUnit(String timeUnit)
Sets the value of the TimeUnit property for this object.
|
BudgetPerformanceHistory.Builder |
BudgetPerformanceHistory.Builder.timeUnit(TimeUnit timeUnit)
Sets the value of the TimeUnit property for this object.
|
BudgetPerformanceHistory.Builder |
BudgetPerformanceHistory.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BudgetPerformanceHistory.Builder> |
BudgetPerformanceHistory.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeBudgetPerformanceHistoryResponse.Builder |
DescribeBudgetPerformanceHistoryResponse.Builder.budgetPerformanceHistory(Consumer<BudgetPerformanceHistory.Builder> budgetPerformanceHistory)
The history of how often the budget has gone into an
ALARM state. |
Copyright © 2023. All rights reserved.