public static class MaintenanceWindowSchedule.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
MaintenanceWindowSchedule |
build() |
MaintenanceWindowSchedule.Builder |
copy(MaintenanceWindowSchedule model) |
MaintenanceWindowSchedule.Builder |
timeEnded(Date timeEnded)
End time of the maintenance window, expressed in RFC
3339 timestamp format.
|
MaintenanceWindowSchedule.Builder |
timeStarted(Date timeStarted)
Start time of the maintenance window, expressed in RFC
3339 timestamp format.
|
public MaintenanceWindowSchedule.Builder timeStarted(Date timeStarted)
Start time of the maintenance window, expressed in RFC
3339 timestamp format. Example: 2020-02-12T22:47:12.613Z
timeStarted
- the value to setpublic MaintenanceWindowSchedule.Builder timeEnded(Date timeEnded)
End time of the maintenance window, expressed in RFC
3339 timestamp format. Example: 2020-02-12T22:47:12.613Z
timeEnded
- the value to setpublic MaintenanceWindowSchedule build()
public MaintenanceWindowSchedule.Builder copy(MaintenanceWindowSchedule model)
Copyright © 2016–2024. All rights reserved.