Interface Schedule.UpdateStages.WithTimeZone

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

public static interface Schedule.UpdateStages.WithTimeZone
The stage of the Schedule update allowing to specify timeZone.
  • Method Summary

    Modifier and Type
    Method
    Description
    withTimeZone(String timeZone)
    Specifies the timeZone property: The IANA timezone id at which the schedule should execute..
  • Method Details

    • withTimeZone

      Schedule.Update withTimeZone(String timeZone)
      Specifies the timeZone property: The IANA timezone id at which the schedule should execute..
      Parameters:
      timeZone - The IANA timezone id at which the schedule should execute.
      Returns:
      the next definition stage.