Interface Server.DefinitionStages.WithCreateMode

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

public static interface Server.DefinitionStages.WithCreateMode
The stage of the Server definition allowing to specify createMode.
  • Method Details

    • withCreateMode

      Server.DefinitionStages.WithCreate withCreateMode(CreateMode createMode)
      Specifies the createMode property: The mode to create a new MySQL server..
      Parameters:
      createMode - The mode to create a new MySQL server.
      Returns:
      the next definition stage.