Interface App.UpdateStages.WithTags

  • All Known Subinterfaces:
    App.Update
    Enclosing interface:
    App.UpdateStages

    public static interface App.UpdateStages.WithTags
    The stage of the App update allowing to specify tags.
    • Method Detail

      • withTags

        App.Update withTags​(Map<String,​String> tags)
        Specifies the tags property: Resource tags..
        Parameters:
        tags - Resource tags.
        Returns:
        the next definition stage.