Interface DescribeAccountLimitsResponse.Builder

    • Method Detail

      • accountLimits

        DescribeAccountLimitsResponse.Builder accountLimits​(Collection<AccountLimit> accountLimits)

        An array of AccountLimit objects that show the current spend limits.

        Parameters:
        accountLimits - An array of AccountLimit objects that show the current spend limits.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • accountLimits

        DescribeAccountLimitsResponse.Builder accountLimits​(AccountLimit... accountLimits)

        An array of AccountLimit objects that show the current spend limits.

        Parameters:
        accountLimits - An array of AccountLimit objects that show the current spend limits.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeAccountLimitsResponse.Builder nextToken​(String nextToken)

        The token to be used for the next set of paginated results. If this field is empty then there are no more results.

        Parameters:
        nextToken - The token to be used for the next set of paginated results. If this field is empty then there are no more results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.