Interface ListTagsForResourceResponse.Builder

    • Method Detail

      • tags

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

        Tags that have been applied to the resource.

        Parameters:
        tags - Tags that have been applied to the resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

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

        Tags that have been applied to the resource.

        Parameters:
        tags - Tags that have been applied to the resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListTagsForResourceResponse.Builder nextToken​(String nextToken)

        A token that you can use as the value of NextToken in subsequent calls to the API to show more results.

        Parameters:
        nextToken - A token that you can use as the value of NextToken in subsequent calls to the API to show more results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.