Interface Secret.UpdateStages.WithVersion
- All Known Subinterfaces:
Secret.Update
- Enclosing interface:
- Secret.UpdateStages
public static interface Secret.UpdateStages.WithVersion
The stage of a secret update allowing to set the secret to a different version.
-
Method Summary
Modifier and TypeMethodDescriptionwithVersion
(String version) Specifies the version the secret show use.
-
Method Details
-
withVersion
Specifies the version the secret show use.- Parameters:
version
- the version of the secret- Returns:
- the next stage of the secret update
-