Interface DescribeNotificationsForBudgetResponse.Builder

    • Method Detail

      • notifications

        DescribeNotificationsForBudgetResponse.Builder notifications​(Collection<Notification> notifications)

        A list of notifications that are associated with a budget.

        Parameters:
        notifications - A list of notifications that are associated with a budget.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • notifications

        DescribeNotificationsForBudgetResponse.Builder notifications​(Notification... notifications)

        A list of notifications that are associated with a budget.

        Parameters:
        notifications - A list of notifications that are associated with a budget.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeNotificationsForBudgetResponse.Builder nextToken​(String nextToken)

        The pagination token in the service response that indicates the next set of results that you can retrieve.

        Parameters:
        nextToken - The pagination token in the service response that indicates the next set of results that you can retrieve.
        Returns:
        Returns a reference to this object so that method calls can be chained together.