Interface ScheduledAction.UpdateStages.WithDisplayName

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

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

    Modifier and Type
    Method
    Description
    withDisplayName(String displayName)
    Specifies the displayName property: Scheduled action name..
  • Method Details

    • withDisplayName

      ScheduledAction.Update withDisplayName(String displayName)
      Specifies the displayName property: Scheduled action name..
      Parameters:
      displayName - Scheduled action name.
      Returns:
      the next definition stage.