Interface Resource.DefinitionWithTags<T>

    • Method Detail

      • withTags

        T withTags​(Map<String,​String> tags)
        Specifies tags for the resource as a Map.
        Parameters:
        tags - a Map of tags
        Returns:
        the next stage of the definition
      • withTag

        T withTag​(String key,
                  String value)
        Adds a tag to the resource.
        Parameters:
        key - the key for the tag
        value - the value for the tag
        Returns:
        the next stage of the definition