Interface DescribeBudgetPerformanceHistoryResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,BudgetsResponse.Builder,Buildable,CopyableBuilder<DescribeBudgetPerformanceHistoryResponse.Builder,DescribeBudgetPerformanceHistoryResponse>,SdkBuilder<DescribeBudgetPerformanceHistoryResponse.Builder,DescribeBudgetPerformanceHistoryResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeBudgetPerformanceHistoryResponse
public static interface DescribeBudgetPerformanceHistoryResponse.Builder extends BudgetsResponse.Builder, SdkPojo, CopyableBuilder<DescribeBudgetPerformanceHistoryResponse.Builder,DescribeBudgetPerformanceHistoryResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DescribeBudgetPerformanceHistoryResponse.BuilderbudgetPerformanceHistory(Consumer<BudgetPerformanceHistory.Builder> budgetPerformanceHistory)The history of how often the budget has gone into anALARMstate.DescribeBudgetPerformanceHistoryResponse.BuilderbudgetPerformanceHistory(BudgetPerformanceHistory budgetPerformanceHistory)The history of how often the budget has gone into anALARMstate.DescribeBudgetPerformanceHistoryResponse.BuildernextToken(String nextToken)Sets the value of the NextToken property for this object.-
Methods inherited from interface software.amazon.awssdk.services.budgets.model.BudgetsResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
budgetPerformanceHistory
DescribeBudgetPerformanceHistoryResponse.Builder budgetPerformanceHistory(BudgetPerformanceHistory budgetPerformanceHistory)
The history of how often the budget has gone into an
ALARMstate.For
DAILYbudgets, the history saves the state of the budget for the last 60 days. ForMONTHLYbudgets, the history saves the state of the budget for the current month plus the last 12 months. ForQUARTERLYbudgets, the history saves the state of the budget for the last four quarters.- Parameters:
budgetPerformanceHistory- The history of how often the budget has gone into anALARMstate.For
DAILYbudgets, the history saves the state of the budget for the last 60 days. ForMONTHLYbudgets, the history saves the state of the budget for the current month plus the last 12 months. ForQUARTERLYbudgets, the history saves the state of the budget for the last four quarters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
budgetPerformanceHistory
default DescribeBudgetPerformanceHistoryResponse.Builder budgetPerformanceHistory(Consumer<BudgetPerformanceHistory.Builder> budgetPerformanceHistory)
The history of how often the budget has gone into an
ALARMstate.For
This is a convenience method that creates an instance of theDAILYbudgets, the history saves the state of the budget for the last 60 days. ForMONTHLYbudgets, the history saves the state of the budget for the current month plus the last 12 months. ForQUARTERLYbudgets, the history saves the state of the budget for the last four quarters.BudgetPerformanceHistory.Builderavoiding the need to create one manually viaBudgetPerformanceHistory.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tobudgetPerformanceHistory(BudgetPerformanceHistory).- Parameters:
budgetPerformanceHistory- a consumer that will call methods onBudgetPerformanceHistory.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
budgetPerformanceHistory(BudgetPerformanceHistory)
-
nextToken
DescribeBudgetPerformanceHistoryResponse.Builder nextToken(String nextToken)
Sets the value of the NextToken property for this object.- Parameters:
nextToken- The new value for the NextToken property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-