Interface ActivityLogAlert.DefinitionStages.WithActionGroup
-
- All Known Subinterfaces:
ActivityLogAlert.Definition
- Enclosing interface:
- ActivityLogAlert.DefinitionStages
public static interface ActivityLogAlert.DefinitionStages.WithActionGroupThe stage of the definition which specifies actions that will be activated when the conditions are met in the activity log alert rules.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActivityLogAlert.DefinitionStages.WithCriteriaDefinitionwithActionGroups(String... actionGroupId)Sets the actions that will activate when the condition is met.
-
-
-
Method Detail
-
withActionGroups
ActivityLogAlert.DefinitionStages.WithCriteriaDefinition withActionGroups(String... actionGroupId)
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.
-
-