Interface ListTagsForResourceResponse.Builder

    • Method Detail

      • tags

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

        An array of tags applied to the specified resource.

        Parameters:
        tags - An array of tags applied to the specified resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        ListTagsForResourceResponse.Builder tags​(TagListEntry... tags)

        An array of tags applied to the specified resource.

        Parameters:
        tags - An array of tags applied to the specified resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListTagsForResourceResponse.Builder nextToken​(String nextToken)

        The opaque string that indicates the position to begin the next list of results in the response.

        Parameters:
        nextToken - The opaque string that indicates the position to begin the next list of results in the response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.