Interface Key.UpdateStages.WithTags
-
- All Known Subinterfaces:
Key.Update,Key.UpdateWithCreate,Key.UpdateWithImport
- Enclosing interface:
- Key.UpdateStages
public static interface Key.UpdateStages.WithTagsThe stage of a key update allowing to specify the tags of the key.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Key.UpdatewithTags(Map<String,String> tags)Specifies the tags on the key.
-
-
-
Method Detail
-
withTags
Key.Update withTags(Map<String,String> tags)
Specifies the tags on the key.- Parameters:
tags- the key value pair of the tags- Returns:
- the next stage of the update
-
-