Interface BandwidthSchedule.UpdateStages.WithStart

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

public static interface BandwidthSchedule.UpdateStages.WithStart
The stage of the BandwidthSchedule update allowing to specify start.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the start property: The start time of the schedule in UTC..
  • Method Details

    • withStart

      BandwidthSchedule.Update withStart(String start)
      Specifies the start property: The start time of the schedule in UTC..
      Parameters:
      start - The start time of the schedule in UTC.
      Returns:
      the next definition stage.