Interface Image.UpdateStages.WithEnabledState

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

public static interface Image.UpdateStages.WithEnabledState
The stage of the Image update allowing to specify enabledState.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the enabledState property: Is the image enabled.
  • Method Details

    • withEnabledState

      Image.Update withEnabledState(EnableState enabledState)
      Specifies the enabledState property: Is the image enabled.
      Parameters:
      enabledState - Is the image enabled.
      Returns:
      the next definition stage.