Interface Automation.UpdateStages.WithIsEnabled

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

public static interface Automation.UpdateStages.WithIsEnabled
The stage of the Automation update allowing to specify isEnabled.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the isEnabled property: Indicates whether the security automation is enabled..
  • Method Details

    • withIsEnabled

      Automation.Update withIsEnabled(Boolean isEnabled)
      Specifies the isEnabled property: Indicates whether the security automation is enabled..
      Parameters:
      isEnabled - Indicates whether the security automation is enabled.
      Returns:
      the next definition stage.