Interface SummaryLogs.UpdateStages.WithDisplayName
- All Known Subinterfaces:
SummaryLogs.Update
- Enclosing interface:
SummaryLogs.UpdateStages
public static interface SummaryLogs.UpdateStages.WithDisplayName
The stage of the SummaryLogs update allowing to specify displayName.
-
Method Summary
Modifier and TypeMethodDescriptionwithDisplayName(String displayName) Specifies the displayName property: The display name of the Summary rule..
-
Method Details
-
withDisplayName
Specifies the displayName property: The display name of the Summary rule..- Parameters:
displayName- The display name of the Summary rule.- Returns:
- the next definition stage.
-