Interface Domain.UpdateStages.WithTags
-
- All Known Subinterfaces:
Domain.Update
- Enclosing interface:
- Domain.UpdateStages
public static interface Domain.UpdateStages.WithTagsThe stage of the Domain update allowing to specify tags.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Domain.UpdatewithTags(Map<String,String> tags)Specifies the tags property: Tags of the domains resource..
-
-
-
Method Detail
-
withTags
Domain.Update withTags(Map<String,String> tags)
Specifies the tags property: Tags of the domains resource..- Parameters:
tags- Tags of the domains resource.- Returns:
- the next definition stage.
-
-