Interface ListTagsForResourceResponse.Builder

    • Method Detail

      • tags

        ListTagsForResourceResponse.Builder tags​(Collection<Tag> tags)

        A list of tags on the resource.

        Parameters:
        tags - A list of tags on the resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        ListTagsForResourceResponse.Builder tags​(Tag... tags)

        A list of tags on the resource.

        Parameters:
        tags - A list of tags on the resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListTagsForResourceResponse.Builder nextToken​(String nextToken)

        This is present if there are more tags than returned in the response (String). You can use the NextToken value in the later request to fetch the tags.

        Parameters:
        nextToken - This is present if there are more tags than returned in the response (String). You can use the NextToken value in the later request to fetch the tags.
        Returns:
        Returns a reference to this object so that method calls can be chained together.