Interface ActivityLogAlert.DefinitionStages.WithAlertEnabled
-
- All Known Subinterfaces:
ActivityLogAlert.Definition
- Enclosing interface:
- ActivityLogAlert.DefinitionStages
public static interface ActivityLogAlert.DefinitionStages.WithAlertEnabledThe stage of the definition which specifies if the activity log alert should be enabled upon creation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActivityLogAlert.DefinitionStages.WithActionGroupwithRuleDisabled()Sets activity log alert as disabled during the creation.ActivityLogAlert.DefinitionStages.WithActionGroupwithRuleEnabled()Sets activity log alert as enabled during the creation.
-
-
-
Method Detail
-
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.
-
-