public static interface DescribeBudgetPerformanceHistoryResponse.Builder extends BudgetsResponse.Builder, SdkPojo, CopyableBuilder<DescribeBudgetPerformanceHistoryResponse.Builder,DescribeBudgetPerformanceHistoryResponse>
Modifier and Type | Method and Description |
---|---|
DescribeBudgetPerformanceHistoryResponse.Builder |
budgetPerformanceHistory(BudgetPerformanceHistory budgetPerformanceHistory)
The history of how often the budget has gone into an
ALARM state. |
default DescribeBudgetPerformanceHistoryResponse.Builder |
budgetPerformanceHistory(Consumer<BudgetPerformanceHistory.Builder> budgetPerformanceHistory)
The history of how often the budget has gone into an
ALARM state. |
DescribeBudgetPerformanceHistoryResponse.Builder |
nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeBudgetPerformanceHistoryResponse.Builder budgetPerformanceHistory(BudgetPerformanceHistory budgetPerformanceHistory)
The history of how often the budget has gone into an ALARM
state.
For DAILY
budgets, the history saves the state of the budget for the last 60 days. For
MONTHLY
budgets, the history saves the state of the budget for the current month plus the last
12 months. For QUARTERLY
budgets, the history saves the state of the budget for the last four
quarters.
budgetPerformanceHistory
- The history of how often the budget has gone into an ALARM
state.
For DAILY
budgets, the history saves the state of the budget for the last 60 days. For
MONTHLY
budgets, the history saves the state of the budget for the current month plus the
last 12 months. For QUARTERLY
budgets, the history saves the state of the budget for the
last four quarters.
default DescribeBudgetPerformanceHistoryResponse.Builder budgetPerformanceHistory(Consumer<BudgetPerformanceHistory.Builder> budgetPerformanceHistory)
The history of how often the budget has gone into an ALARM
state.
For DAILY
budgets, the history saves the state of the budget for the last 60 days. For
MONTHLY
budgets, the history saves the state of the budget for the current month plus the last
12 months. For QUARTERLY
budgets, the history saves the state of the budget for the last four
quarters.
BudgetPerformanceHistory.Builder
avoiding the
need to create one manually via BudgetPerformanceHistory.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately
and its result is passed to budgetPerformanceHistory(BudgetPerformanceHistory)
.budgetPerformanceHistory
- a consumer that will call methods on BudgetPerformanceHistory.Builder
budgetPerformanceHistory(BudgetPerformanceHistory)
DescribeBudgetPerformanceHistoryResponse.Builder nextToken(String nextToken)
nextToken
- The new value for the NextToken property for this object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.