Interface AlertProcessingRule.UpdateStages.WithEnabled

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

public static interface AlertProcessingRule.UpdateStages.WithEnabled
The stage of the AlertProcessingRule update allowing to specify enabled.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the enabled property: Indicates if the given alert processing rule is enabled or disabled..
  • Method Details

    • withEnabled

      AlertProcessingRule.Update withEnabled(Boolean enabled)
      Specifies the enabled property: Indicates if the given alert processing rule is enabled or disabled..
      Parameters:
      enabled - Indicates if the given alert processing rule is enabled or disabled.
      Returns:
      the next definition stage.