public static class UpdateMaintenanceDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateMaintenanceDetails |
build() |
UpdateMaintenanceDetails.Builder |
copy(UpdateMaintenanceDetails model) |
UpdateMaintenanceDetails.Builder |
windowStartTime(String windowStartTime)
The start of the 2 hour maintenance window.
|
public UpdateMaintenanceDetails.Builder windowStartTime(String windowStartTime)
The start of the 2 hour maintenance window.
This string is of the format: "{day-of-week} {time-of-day}".
"{day-of-week}" is a case-insensitive string like "mon", "tue", &c.
"{time-of-day}" is the "Time" portion of an RFC3339-formatted timestamp. Any second or sub-second time data will be truncated to zero.
windowStartTime
- the value to setpublic UpdateMaintenanceDetails build()
public UpdateMaintenanceDetails.Builder copy(UpdateMaintenanceDetails model)
Copyright © 2016–2022. All rights reserved.