Interface Secret.UpdateStages.WithValue
-
- All Known Subinterfaces:
Secret.Update
- Enclosing interface:
- Secret.UpdateStages
public static interface Secret.UpdateStages.WithValueThe stage of a secret update allowing to create a new version of the secret value.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Secret.UpdatewithValue(String value)Specifies the new version of the value to be added.
-
-
-
Method Detail
-
withValue
Secret.Update withValue(String value)
Specifies the new version of the value to be added.- Parameters:
value- the value for the new version- Returns:
- the next stage of the secret update
-
-