Interface ActivityLogAlert.DefinitionStages.WithDescription
-
- All Known Subinterfaces:
ActivityLogAlert.Definition
- Enclosing interface:
- ActivityLogAlert.DefinitionStages
public static interface ActivityLogAlert.DefinitionStages.WithDescriptionThe stage of the definition which specifies description text for activity log alert.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActivityLogAlert.DefinitionStages.WithAlertEnabledwithDescription(String description)Sets description for activity log alert.
-
-
-
Method Detail
-
withDescription
ActivityLogAlert.DefinitionStages.WithAlertEnabled withDescription(String description)
Sets description for activity log alert.- Parameters:
description- Human readable text description of the activity log alert.- Returns:
- the next stage of activity log alert definition.
-
-