Interface Secret.DefinitionStages.WithValue

All Known Subinterfaces:
Secret.Definition, Secret.DefinitionStages.WithCreate
Enclosing interface:
Secret.DefinitionStages

public static interface Secret.DefinitionStages.WithValue
The stage of the Secret definition allowing to specify value.
  • Method Details

    • withValue

      Specifies the value property: The value of the secret for secret creation..
      Parameters:
      value - The value of the secret for secret creation.
      Returns:
      the next definition stage.