Interface ListTagsForResourceResponse.Builder

    • Method Detail

      • nextToken

        ListTagsForResourceResponse.Builder nextToken​(String nextToken)

        A token that indicates the location of the next resource tag in the array of resource tags, after the current requested list of resource tags.

        Parameters:
        nextToken - A token that indicates the location of the next resource tag in the array of resource tags, after the current requested list of resource tags.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

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

        A list of resource tags with detail data.

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

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

        A list of resource tags with detail data.

        Parameters:
        tags - A list of resource tags with detail data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.