Interface MaintenanceConfiguration.DefinitionStages.WithDuration

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

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

    • withDuration

      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.