Interface Secret.DefinitionStages.WithContentType
- All Known Subinterfaces:
Secret.Definition,Secret.DefinitionStages.WithCreate
- Enclosing interface:
- Secret.DefinitionStages
public static interface Secret.DefinitionStages.WithContentType
The stage of a secret definition allowing to specify the secret content type.
-
Method Summary
Modifier and TypeMethodDescriptionwithContentType(String contentType) Specifies the secret content type.
-
Method Details
-
withContentType
Specifies the secret content type.- Parameters:
contentType- the content type- Returns:
- the next stage of the definition
-