Class MaintenanceWindow.Builder
- java.lang.Object
- 
- com.oracle.bmc.lustrefilestorage.model.MaintenanceWindow.Builder
 
- 
- Enclosing class:
- MaintenanceWindow
 
 public static class MaintenanceWindow.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description MaintenanceWindowbuild()MaintenanceWindow.Buildercopy(MaintenanceWindow model)MaintenanceWindow.BuilderdayOfWeek(MaintenanceWindow.DayOfWeek dayOfWeek)Day of the week when the maintainence window starts.MaintenanceWindow.BuildertimeStart(String timeStart)The time to start the maintenance window.
 
- 
- 
- 
Method Detail- 
dayOfWeekpublic MaintenanceWindow.Builder dayOfWeek(MaintenanceWindow.DayOfWeek dayOfWeek) Day of the week when the maintainence window starts.- Parameters:
- dayOfWeek- the value to set
- Returns:
- this builder
 
 - 
timeStartpublic 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
 
 - 
buildpublic MaintenanceWindow build() 
 - 
copypublic MaintenanceWindow.Builder copy(MaintenanceWindow model) 
 
- 
 
-