Interface Automation.UpdateStages.WithSources

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

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

    Modifier and Type
    Method
    Description
    Specifies the sources property: A collection of the source event types which evaluate the security automation set of rules..
  • Method Details

    • withSources

      Automation.Update withSources(List<AutomationSource> sources)
      Specifies the sources property: A collection of the source event types which evaluate the security automation set of rules..
      Parameters:
      sources - A collection of the source event types which evaluate the security automation set of rules.
      Returns:
      the next definition stage.