Interface ActivityLogAlert.DefinitionStages.WithDescription
- All Known Subinterfaces:
ActivityLogAlert.Definition
- Enclosing interface:
- ActivityLogAlert.DefinitionStages
public static interface ActivityLogAlert.DefinitionStages.WithDescription
The stage of the definition which specifies description text for activity log alert.
-
Method Summary
Modifier and TypeMethodDescriptionwithDescription(String description) Sets description for activity log alert.
-
Method Details
-
withDescription
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.
-