Interface ListTagsForResourceResponse.Builder

    • Method Detail

      • resourceArn

        ListTagsForResourceResponse.Builder resourceArn​(String resourceArn)

        The ARN of the resource that you are viewing.

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

        ListTagsForResourceResponse.Builder tags​(Map<String,​String> tags)

        The list of tag keys and values associated with the resource you specified.

        Parameters:
        tags - The list of tag keys and values associated with the resource you specified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.