Interface SummaryLogs.UpdateStages.WithDescription
- All Known Subinterfaces:
SummaryLogs.Update
- Enclosing interface:
SummaryLogs.UpdateStages
public static interface SummaryLogs.UpdateStages.WithDescription
The stage of the SummaryLogs update allowing to specify description.
-
Method Summary
Modifier and TypeMethodDescriptionwithDescription(String description) Specifies the description property: The description of the Summary rule..
-
Method Details
-
withDescription
Specifies the description property: The description of the Summary rule..- Parameters:
description- The description of the Summary rule.- Returns:
- the next definition stage.
-