Interface DescribeBudgetPerformanceHistoryResponse.Builder

    • Method Detail

      • budgetPerformanceHistory

        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.

        Parameters:
        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.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • 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.