static MaintenanceWindow.Builder |
MaintenanceWindow.builder() |
Create a new builder.
|
MaintenanceWindow.Builder |
MaintenanceWindow.Builder.copy(MaintenanceWindow model) |
|
MaintenanceWindow.Builder |
MaintenanceWindow.Builder.customActionTimeoutInMins(Integer customActionTimeoutInMins) |
Determines the amount of time the system will wait before the start of each Database
Infrastructure server patching operation.
|
MaintenanceWindow.Builder |
MaintenanceWindow.Builder.daysOfWeek(List<MaintenanceWindow.DaysOfWeek> daysOfWeek) |
Days during the week when maintenance should be performed.
|
MaintenanceWindow.Builder |
MaintenanceWindow.Builder.hoursOfDay(List<Integer> hoursOfDay) |
The window of hours during the day when maintenance should be performed.
|
MaintenanceWindow.Builder |
MaintenanceWindow.Builder.isCustomActionTimeoutEnabled(Boolean isCustomActionTimeoutEnabled) |
If true, enables the configuration of a custom action timeout (waiting period) between
Database Infrastructure server patching operations.
|
MaintenanceWindow.Builder |
MaintenanceWindow.Builder.isMonthlyPatchingEnabled(Boolean isMonthlyPatchingEnabled) |
If true, enables the monthly patching option.
|
MaintenanceWindow.Builder |
MaintenanceWindow.Builder.leadTimeInWeeks(Integer leadTimeInWeeks) |
Lead time window allows user to set a lead time to prepare for a down time.
|
MaintenanceWindow.Builder |
MaintenanceWindow.Builder.months(List<MaintenanceWindow.Months> months) |
Months during the year when maintenance should be performed.
|
MaintenanceWindow.Builder |
MaintenanceWindow.Builder.patchingMode(BasePatchingMode patchingMode) |
Cloud Database Infrastructure node patching method.
|
MaintenanceWindow.Builder |
MaintenanceWindow.Builder.preference(MaintenancePreference preference) |
The maintenance window scheduling preference.
|
MaintenanceWindow.Builder |
MaintenanceWindow.toBuilder() |
|
MaintenanceWindow.Builder |
MaintenanceWindow.Builder.weeksOfMonth(List<Integer> weeksOfMonth) |
Weeks during the month when maintenance should be performed.
|