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