Interface AutomationRule.DefinitionStages.WithDisplayName

All Known Subinterfaces:
AutomationRule.Definition
Enclosing interface:
AutomationRule.DefinitionStages

public static interface AutomationRule.DefinitionStages.WithDisplayName
The stage of the AutomationRule definition allowing to specify displayName.
  • Method Details

    • withDisplayName

      AutomationRule.DefinitionStages.WithOrder withDisplayName(String displayName)
      Specifies the displayName property: The display name of the automation rule..
      Parameters:
      displayName - The display name of the automation rule.
      Returns:
      the next definition stage.