Interface ListCostAllocationTagsRequest.Builder

    • Method Detail

      • tagKeys

        ListCostAllocationTagsRequest.Builder tagKeys​(Collection<String> tagKeys)

        The list of cost allocation tag keys that are returned for this request.

        Parameters:
        tagKeys - The list of cost allocation tag keys that are returned for this request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagKeys

        ListCostAllocationTagsRequest.Builder tagKeys​(String... tagKeys)

        The list of cost allocation tag keys that are returned for this request.

        Parameters:
        tagKeys - The list of cost allocation tag keys that are returned for this request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        ListCostAllocationTagsRequest.Builder type​(String type)

        The type of CostAllocationTag object that are returned for this request. The AWSGenerated type tags are tags that Amazon Web Services defines and applies to support Amazon Web Services resources for cost allocation purposes. The UserDefined type tags are tags that you define, create, and apply to resources.

        Parameters:
        type - The type of CostAllocationTag object that are returned for this request. The AWSGenerated type tags are tags that Amazon Web Services defines and applies to support Amazon Web Services resources for cost allocation purposes. The UserDefined type tags are tags that you define, create, and apply to resources.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CostAllocationTagType, CostAllocationTagType
      • type

        ListCostAllocationTagsRequest.Builder type​(CostAllocationTagType type)

        The type of CostAllocationTag object that are returned for this request. The AWSGenerated type tags are tags that Amazon Web Services defines and applies to support Amazon Web Services resources for cost allocation purposes. The UserDefined type tags are tags that you define, create, and apply to resources.

        Parameters:
        type - The type of CostAllocationTag object that are returned for this request. The AWSGenerated type tags are tags that Amazon Web Services defines and applies to support Amazon Web Services resources for cost allocation purposes. The UserDefined type tags are tags that you define, create, and apply to resources.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CostAllocationTagType, CostAllocationTagType
      • nextToken

        ListCostAllocationTagsRequest.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.
      • maxResults

        ListCostAllocationTagsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of objects that are returned for this request. By default, the request returns 100 results.

        Parameters:
        maxResults - The maximum number of objects that are returned for this request. By default, the request returns 100 results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.