public static class MaintenanceWindow.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
MaintenanceWindow |
build() |
MaintenanceWindow.Builder |
copy(MaintenanceWindow model) |
MaintenanceWindow.Builder |
day(Day day)
Days of the week.
|
MaintenanceWindow.Builder |
startHour(Integer startHour)
Start hour for maintenance period.
|
public MaintenanceWindow.Builder day(Day day)
Days of the week.
day
- the value to setpublic MaintenanceWindow.Builder startHour(Integer startHour)
Start hour for maintenance period. Hour is in UTC.
startHour
- the value to setpublic MaintenanceWindow build()
public MaintenanceWindow.Builder copy(MaintenanceWindow model)
Copyright © 2016–2024. All rights reserved.