Interface SummaryLogs.DefinitionStages.WithDescription
- All Known Subinterfaces:
SummaryLogs.Definition, SummaryLogs.DefinitionStages.WithCreate
- Enclosing interface:
SummaryLogs.DefinitionStages
public static interface SummaryLogs.DefinitionStages.WithDescription
The stage of the SummaryLogs definition 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.
-