Interface Schedule.UpdateStages.WithStopAt

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

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

    Modifier and Type
    Method
    Description
    Specifies the stopAt property: When lab user virtual machines will be stopped.
  • Method Details

    • withStopAt

      Schedule.Update withStopAt(OffsetDateTime stopAt)
      Specifies the stopAt property: When lab user virtual machines will be stopped. Timestamp offsets will be ignored and timeZoneId is used instead..
      Parameters:
      stopAt - When lab user virtual machines will be stopped. Timestamp offsets will be ignored and timeZoneId is used instead.
      Returns:
      the next definition stage.