Interface Cluster.UpdateStages.WithEngineType

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

public static interface Cluster.UpdateStages.WithEngineType
The stage of the Cluster update allowing to specify engineType.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the engineType property: The engine type.
  • Method Details

    • withEngineType

      Cluster.Update withEngineType(EngineType engineType)
      Specifies the engineType property: The engine type.
      Parameters:
      engineType - The engine type.
      Returns:
      the next definition stage.