Interface Secret.DefinitionStages.WithValue
-
- All Known Subinterfaces:
Secret.Definition,Secret.DefinitionStages.Blank
- Enclosing interface:
- Secret.DefinitionStages
public static interface Secret.DefinitionStages.WithValueThe stage of a secret definition allowing to specify the secret value.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Secret.DefinitionStages.WithCreatewithValue(String value)Specifies the secret value.
-
-
-
Method Detail
-
withValue
Secret.DefinitionStages.WithCreate withValue(String value)
Specifies the secret value.- Parameters:
value- the string value of the secret- Returns:
- the next stage of the definition
-
-