Interface Secret.UpdateStages.WithTags
- All Known Subinterfaces:
Secret.Update
- Enclosing interface:
- Secret.UpdateStages
public static interface Secret.UpdateStages.WithTags
The stage of a secret update allowing to specify the tags.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the tags on the secret.
-
Method Details
-
withTags
Specifies the tags on the secret.- Parameters:
tags- the key value pair of the tags- Returns:
- the next stage of the update
-