Interface ActivityLogAlert.DefinitionStages.WithActionGroup
- All Known Subinterfaces:
ActivityLogAlert.Definition
- Enclosing interface:
ActivityLogAlert.DefinitionStages
public static interface ActivityLogAlert.DefinitionStages.WithActionGroup
The stage of the definition which specifies actions that will be activated when the conditions are met in the
activity log alert rules.
-
Method Summary
Modifier and TypeMethodDescriptionwithActionGroups(String... actionGroupId) Sets the actions that will activate when the condition is met.
-
Method Details
-
withActionGroups
Sets the actions that will activate when the condition is met.- Parameters:
actionGroupId- resource Ids of theActionGroup.- Returns:
- the next stage of activity log alert definition.
-