Interface ActivityLogAlert.DefinitionStages.WithAlertEnabled
- All Known Subinterfaces:
ActivityLogAlert.Definition
- Enclosing interface:
ActivityLogAlert.DefinitionStages
public static interface ActivityLogAlert.DefinitionStages.WithAlertEnabled
The stage of the definition which specifies if the activity log alert should be enabled upon creation.
-
Method Summary
Modifier and TypeMethodDescriptionSets activity log alert as disabled during the creation.Sets activity log alert as enabled during the creation.
-
Method Details
-
withRuleEnabled
ActivityLogAlert.DefinitionStages.WithActionGroup withRuleEnabled()Sets activity log alert as enabled during the creation.- Returns:
- the next stage of activity log alert definition.
-
withRuleDisabled
ActivityLogAlert.DefinitionStages.WithActionGroup withRuleDisabled()Sets activity log alert as disabled during the creation.- Returns:
- the next stage of activity log alert definition.
-