MaintenanceWindow.Builder |
MaintenanceWindow.Builder.applyTimeOf(String applyTimeOf) |
The option to set the maintenance window during the device local time or Universal Coordinated Time (UTC).
|
MaintenanceWindow.Builder |
MaintenanceWindow.Builder.applyTimeOf(ApplyTimeOf applyTimeOf) |
The option to set the maintenance window during the device local time or Universal Coordinated Time (UTC).
|
static MaintenanceWindow.Builder |
MaintenanceWindow.builder() |
|
MaintenanceWindow.Builder |
MaintenanceWindow.Builder.daysOfTheWeek(Collection<DayOfWeek> daysOfTheWeek) |
The days of the week during which the maintenance window is open.
|
MaintenanceWindow.Builder |
MaintenanceWindow.Builder.daysOfTheWeek(DayOfWeek... daysOfTheWeek) |
The days of the week during which the maintenance window is open.
|
MaintenanceWindow.Builder |
MaintenanceWindow.Builder.daysOfTheWeekWithStrings(String... daysOfTheWeek) |
The days of the week during which the maintenance window is open.
|
MaintenanceWindow.Builder |
MaintenanceWindow.Builder.daysOfTheWeekWithStrings(Collection<String> daysOfTheWeek) |
The days of the week during which the maintenance window is open.
|
MaintenanceWindow.Builder |
MaintenanceWindow.Builder.endTimeHour(Integer endTimeHour) |
The hour for the maintenance window end (00-23).
|
MaintenanceWindow.Builder |
MaintenanceWindow.Builder.endTimeMinute(Integer endTimeMinute) |
The minutes for the maintenance window end (00-59).
|
MaintenanceWindow.Builder |
MaintenanceWindow.Builder.startTimeHour(Integer startTimeHour) |
The hour for the maintenance window start (00-23).
|
MaintenanceWindow.Builder |
MaintenanceWindow.Builder.startTimeMinute(Integer startTimeMinute) |
The minutes past the hour for the maintenance window start (00-59).
|
MaintenanceWindow.Builder |
MaintenanceWindow.toBuilder() |
|
MaintenanceWindow.Builder |
MaintenanceWindow.Builder.type(String type) |
An option to select the default or custom maintenance window.
|
MaintenanceWindow.Builder |
MaintenanceWindow.Builder.type(MaintenanceWindowType type) |
An option to select the default or custom maintenance window.
|