Interface Secret.DefinitionStages.WithTags
-
- All Known Subinterfaces:
Secret.Definition,Secret.DefinitionStages.WithCreate
- Enclosing interface:
- Secret.DefinitionStages
public static interface Secret.DefinitionStages.WithTagsThe stage of a secret definition allowing to specify the tags.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Secret.DefinitionStages.WithCreatewithTags(Map<String,String> tags)Specifies the tags on the secret.
-
-
-
Method Detail
-
withTags
Secret.DefinitionStages.WithCreate withTags(Map<String,String> tags)
Specifies the tags on the secret.- Parameters:
tags- the key value pair of the tags- Returns:
- the next stage of the definition
-
-