Interface ListCostAllocationTagsResponse.Builder

    • Method Detail

      • costAllocationTags

        ListCostAllocationTagsResponse.Builder costAllocationTags​(Collection<CostAllocationTag> costAllocationTags)

        A list of cost allocation tags that includes the detailed metadata for each one.

        Parameters:
        costAllocationTags - A list of cost allocation tags that includes the detailed metadata for each one.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • costAllocationTags

        ListCostAllocationTagsResponse.Builder costAllocationTags​(CostAllocationTag... costAllocationTags)

        A list of cost allocation tags that includes the detailed metadata for each one.

        Parameters:
        costAllocationTags - A list of cost allocation tags that includes the detailed metadata for each one.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListCostAllocationTagsResponse.Builder nextToken​(String nextToken)

        The token to retrieve the next set of results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.

        Parameters:
        nextToken - The token to retrieve the next set of results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.
        Returns:
        Returns a reference to this object so that method calls can be chained together.