Interface MaintenanceConfiguration.UpdateStages.WithDuration

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

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

    Modifier and Type
    Method
    Description
    withDuration(String duration)
    Specifies the duration property: Duration of the maintenance window in HH:mm format.
  • Method Details

    • withDuration

      MaintenanceConfiguration.Update withDuration(String duration)
      Specifies the duration property: Duration of the maintenance window in HH:mm format. If not provided, default value will be used based on maintenance scope provided. Example: 05:00..
      Parameters:
      duration - Duration of the maintenance window in HH:mm format. If not provided, default value will be used based on maintenance scope provided. Example: 05:00.
      Returns:
      the next definition stage.