Interface Automation.DefinitionStages.WithActions

All Known Subinterfaces:
Automation.Definition, Automation.DefinitionStages.WithCreate
Enclosing interface:
Automation.DefinitionStages

public static interface Automation.DefinitionStages.WithActions
The stage of the Automation definition allowing to specify actions.
  • Method Details

    • withActions

      Specifies the actions property: A collection of the actions which are triggered if all the configured rules evaluations, within at least one rule set, are true..
      Parameters:
      actions - A collection of the actions which are triggered if all the configured rules evaluations, within at least one rule set, are true.
      Returns:
      the next definition stage.