Interface NamedValueContract.UpdateStages.WithSecret
- All Known Subinterfaces:
NamedValueContract.Update
- Enclosing interface:
NamedValueContract.UpdateStages
public static interface NamedValueContract.UpdateStages.WithSecret
The stage of the NamedValueContract update allowing to specify secret.
-
Method Summary
Modifier and TypeMethodDescriptionwithSecret(Boolean secret) Specifies the secret property: Determines whether the value is a secret and should be encrypted or not.
-
Method Details
-
withSecret
Specifies the secret property: Determines whether the value is a secret and should be encrypted or not. Default value is false..- Parameters:
secret- Determines whether the value is a secret and should be encrypted or not. Default value is false.- Returns:
- the next definition stage.
-