Interface MaintenanceConfiguration.UpdateStages.WithStartDateTime

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

public static interface MaintenanceConfiguration.UpdateStages.WithStartDateTime
The stage of the MaintenanceConfiguration update allowing to specify startDateTime.
  • Method Summary

    Modifier and Type
    Method
    Description
    withStartDateTime(String startDateTime)
    Specifies the startDateTime property: Effective start date of the maintenance window in YYYY-MM-DD hh:mm format.
  • Method Details

    • withStartDateTime

      MaintenanceConfiguration.Update withStartDateTime(String startDateTime)
      Specifies the startDateTime property: Effective start date of the maintenance window in YYYY-MM-DD hh:mm format. The start date can be set to either the current date or future date. The window will be created in the time zone provided and adjusted to daylight savings according to that time zone..
      Parameters:
      startDateTime - Effective start date of the maintenance window in YYYY-MM-DD hh:mm format. The start date can be set to either the current date or future date. The window will be created in the time zone provided and adjusted to daylight savings according to that time zone.
      Returns:
      the next definition stage.