Class AvailableMaintenanceScheduleStartTimeSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.lustrefilestorage.model.AvailableMaintenanceScheduleStartTimeSummary.Builder
-
- Enclosing class:
- AvailableMaintenanceScheduleStartTimeSummary
public static class AvailableMaintenanceScheduleStartTimeSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AvailableMaintenanceScheduleStartTimeSummarybuild()AvailableMaintenanceScheduleStartTimeSummary.Buildercopy(AvailableMaintenanceScheduleStartTimeSummary model)AvailableMaintenanceScheduleStartTimeSummary.BuilderdayOfWeek(AvailableMaintenanceScheduleStartTimeSummary.DayOfWeek dayOfWeek)Day of the weekAvailableMaintenanceScheduleStartTimeSummary.BuilderstartTimes(List<String> startTimes)List of available start times.
-
-
-
Method Detail
-
dayOfWeek
public AvailableMaintenanceScheduleStartTimeSummary.Builder dayOfWeek(AvailableMaintenanceScheduleStartTimeSummary.DayOfWeek dayOfWeek)
Day of the week- Parameters:
dayOfWeek- the value to set- Returns:
- this builder
-
startTimes
public AvailableMaintenanceScheduleStartTimeSummary.Builder startTimes(List<String> startTimes)
List of available start times.Each array item is of the format HH:mm
- Parameters:
startTimes- the value to set- Returns:
- this builder
-
build
public AvailableMaintenanceScheduleStartTimeSummary build()
-
copy
public AvailableMaintenanceScheduleStartTimeSummary.Builder copy(AvailableMaintenanceScheduleStartTimeSummary model)
-
-