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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description App.Update
withTags(Map<String,String> tags)
Specifies the tags property: Resource 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.
-
-