Interface ListTagsForResourceResponse.Builder

    • Method Detail

      • tags

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

        A collection of key/value pairs defining the resource tags. For example, { "tags": {"key1": "value1", "key2": "value2"} }. For more information, see AWS Tagging Strategies.

        Parameters:
        tags - A collection of key/value pairs defining the resource tags. For example, { "tags": {"key1": "value1", "key2": "value2"} }. For more information, see AWS Tagging Strategies.

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