Interface AutomationRule.UpdateStages.WithDisplayName

All Known Subinterfaces:
AutomationRule.Update
Enclosing interface:
AutomationRule.UpdateStages

public static interface AutomationRule.UpdateStages.WithDisplayName
The stage of the AutomationRule update allowing to specify displayName.
  • Method Summary

    Modifier and Type
    Method
    Description
    withDisplayName(String displayName)
    Specifies the displayName property: The display name of the automation rule..
  • Method Details

    • withDisplayName

      AutomationRule.Update 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.