Interface Secret.DefinitionStages.WithContentType
-
- All Known Subinterfaces:
Secret.Definition,Secret.DefinitionStages.WithCreate
- Enclosing interface:
- Secret.DefinitionStages
public static interface Secret.DefinitionStages.WithContentTypeThe stage of a secret definition allowing to specify the secret content type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Secret.DefinitionStages.WithCreatewithContentType(String contentType)Specifies the secret content type.
-
-
-
Method Detail
-
withContentType
Secret.DefinitionStages.WithCreate withContentType(String contentType)
Specifies the secret content type.- Parameters:
contentType- the content type- Returns:
- the next stage of the definition
-
-