Interface MachineExtension.UpdateStages.WithSettings

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

public static interface MachineExtension.UpdateStages.WithSettings
The stage of the MachineExtension update allowing to specify settings.
  • Method Summary

    Modifier and Type
    Method
    Description
    withSettings(Object settings)
    Specifies the settings property: Json formatted public settings for the extension..
  • Method Details

    • withSettings

      MachineExtension.Update withSettings(Object settings)
      Specifies the settings property: Json formatted public settings for the extension..
      Parameters:
      settings - Json formatted public settings for the extension.
      Returns:
      the next definition stage.