Interface ListTagsForResourceResponse.Builder

    • Method Detail

      • tags

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

        Tags that have been applied to the specified resource. Tags are mapped from the tag key to the tag value: "TagKey" : "TagValue".

        • Format example: {"tag1" : "value1", "tag2" : "value2"}

        Parameters:
        tags - Tags that have been applied to the specified resource. Tags are mapped from the tag key to the tag value: "TagKey" : "TagValue".

        • Format example: {"tag1" : "value1", "tag2" : "value2"}

        Returns:
        Returns a reference to this object so that method calls can be chained together.