Interface ListTagsForResourceResponse.Builder

    • Method Detail

      • tags

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

        A collection of key and value pairs.

        Parameters:
        tags - A collection of key and value pairs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

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

        A collection of key and value pairs.

        Parameters:
        tags - A collection of key and value pairs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListTagsForResourceResponse.Builder nextToken​(String nextToken)

        The next token for subsequent requests.

        Parameters:
        nextToken - The next token for subsequent requests.
        Returns:
        Returns a reference to this object so that method calls can be chained together.