Class MaintenanceWindow.Builder
- java.lang.Object
-
- com.oracle.bmc.lustrefilestorage.model.MaintenanceWindow.Builder
-
- Enclosing class:
- MaintenanceWindow
public static class MaintenanceWindow.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MaintenanceWindow
build()
MaintenanceWindow.Builder
copy(MaintenanceWindow model)
MaintenanceWindow.Builder
dayOfWeek(MaintenanceWindow.DayOfWeek dayOfWeek)
Day of the week when the maintainence window starts.MaintenanceWindow.Builder
timeStart(String timeStart)
The time to start the maintenance window.
-
-
-
Method Detail
-
dayOfWeek
public MaintenanceWindow.Builder dayOfWeek(MaintenanceWindow.DayOfWeek dayOfWeek)
Day of the week when the maintainence window starts.- Parameters:
dayOfWeek
- the value to set- Returns:
- this builder
-
timeStart
public MaintenanceWindow.Builder timeStart(String timeStart)
The time to start the maintenance window.The format is ‘HH:MM’, ‘HH:MM’ represents the time in UTC.
Example: 22:00
- Parameters:
timeStart
- the value to set- Returns:
- this builder
-
build
public MaintenanceWindow build()
-
copy
public MaintenanceWindow.Builder copy(MaintenanceWindow model)
-
-