Interface MaintenanceConfiguration.DefinitionStages.WithExpirationDateTime

All Known Subinterfaces:
MaintenanceConfiguration.Definition, MaintenanceConfiguration.DefinitionStages.WithCreate
Enclosing interface:
MaintenanceConfiguration.DefinitionStages

public static interface MaintenanceConfiguration.DefinitionStages.WithExpirationDateTime
The stage of the MaintenanceConfiguration definition allowing to specify expirationDateTime.
  • Method Details

    • withExpirationDateTime

      MaintenanceConfiguration.DefinitionStages.WithCreate withExpirationDateTime(String expirationDateTime)
      Specifies the expirationDateTime property: Effective expiration date of the maintenance window in YYYY-MM-DD hh:mm format. The window will be created in the time zone provided and adjusted to daylight savings according to that time zone. Expiration date must be set to a future date. If not provided, it will be set to the maximum datetime 9999-12-31 23:59:59..
      Parameters:
      expirationDateTime - Effective expiration date of the maintenance window in YYYY-MM-DD hh:mm format. The window will be created in the time zone provided and adjusted to daylight savings according to that time zone. Expiration date must be set to a future date. If not provided, it will be set to the maximum datetime 9999-12-31 23:59:59.
      Returns:
      the next definition stage.