Interface ListTagsForResourceResponse.Builder

    • Method Detail

      • resourceArn

        ListTagsForResourceResponse.Builder resourceArn​(String resourceArn)

        The Amazon Resource Name (ARN) of the resource's tags that you listed.

        Parameters:
        resourceArn - The Amazon Resource Name (ARN) of the resource's tags that you listed.
        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 the resource's tags.

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

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

        A list of the resource's tags.

        Parameters:
        tags - A list of the resource's tags.
        Returns:
        Returns a reference to this object so that method calls can be chained together.