Interface Secret.DefinitionStages
-
- Enclosing interface:
- Secret
public static interface Secret.DefinitionStagesGrouping of secret definition stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceSecret.DefinitionStages.BlankThe first stage of a secret definition.static interfaceSecret.DefinitionStages.WithAttributesThe stage of a secret definition allowing to specify the secret attributes.static interfaceSecret.DefinitionStages.WithContentTypeThe stage of a secret definition allowing to specify the secret content type.static interfaceSecret.DefinitionStages.WithCreateThe stage of the secret definition which contains all the minimum required inputs for the secret to be created but also allows for any optional settings to be specified.static interfaceSecret.DefinitionStages.WithTagsThe stage of a secret definition allowing to specify the tags.static interfaceSecret.DefinitionStages.WithValueThe stage of a secret definition allowing to specify the secret value.
-