Interface DescribeBudgetActionsForBudgetResponse.Builder

    • Method Detail

      • actions

        DescribeBudgetActionsForBudgetResponse.Builder actions​(Collection<Action> actions)

        A list of the budget action resources information.

        Parameters:
        actions - A list of the budget action resources information.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • actions

        DescribeBudgetActionsForBudgetResponse.Builder actions​(Action... actions)

        A list of the budget action resources information.

        Parameters:
        actions - A list of the budget action resources information.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeBudgetActionsForBudgetResponse.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.