Interface Key.DefinitionStages.WithTags
-
- All Known Subinterfaces:
Key.Definition,Key.DefinitionStages.WithCreate,Key.DefinitionStages.WithCreateBase,Key.DefinitionStages.WithImport
- Enclosing interface:
- Key.DefinitionStages
public static interface Key.DefinitionStages.WithTagsThe stage of a key definition allowing to specify the tags of the key.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Key.DefinitionStages.WithCreatewithTags(Map<String,String> tags)Specifies the tags on the key.
-
-
-
Method Detail
-
withTags
Key.DefinitionStages.WithCreate 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 definition
-
-