Interface Server.UpdateStages.WithCreateMode

All Known Subinterfaces:
Server.Update
Enclosing interface:
Server.UpdateStages

public static interface Server.UpdateStages.WithCreateMode
The stage of the Server update allowing to specify createMode.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the createMode property: The mode to update a new PostgreSQL server..
  • Method Details

    • withCreateMode

      Server.Update withCreateMode(CreateModeForUpdate createMode)
      Specifies the createMode property: The mode to update a new PostgreSQL server..
      Parameters:
      createMode - The mode to update a new PostgreSQL server.
      Returns:
      the next definition stage.