Interface ListTagsForResourceResponse.Builder

    • Method Detail

      • tags

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

        The tags that are assigned to the resource.

        Parameters:
        tags - The tags that are assigned to the resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

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

        The tags that are assigned to the resource.

        Parameters:
        tags - The tags that are assigned to the resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListTagsForResourceResponse.Builder nextToken​(String nextToken)

        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

        Parameters:
        nextToken - If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.
        Returns:
        Returns a reference to this object so that method calls can be chained together.