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 Detail

      • 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.