Interface Schedule.UpdateStages.WithStartAt

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

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

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

    • withStartAt

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