Interface DescribeSpendLimitsResponse.Builder

    • Method Detail

      • spendLimits

        DescribeSpendLimitsResponse.Builder spendLimits​(Collection<SpendLimit> spendLimits)

        An array of SpendLimit objects that contain the details for the requested spend limits.

        Parameters:
        spendLimits - An array of SpendLimit objects that contain the details for the requested spend limits.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • spendLimits

        DescribeSpendLimitsResponse.Builder spendLimits​(SpendLimit... spendLimits)

        An array of SpendLimit objects that contain the details for the requested spend limits.

        Parameters:
        spendLimits - An array of SpendLimit objects that contain the details for the requested spend limits.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

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