public static class CreateMaintenanceDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateMaintenanceDetails |
build() |
CreateMaintenanceDetails.Builder |
copy(CreateMaintenanceDetails model) |
CreateMaintenanceDetails.Builder |
windowStartTime(String windowStartTime)
The start of the 2 hour maintenance window.
|
public CreateMaintenanceDetails.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.
If you set the read replica maintenance window to "" or if not specified, the read replica is set same as the DB system maintenance window.
windowStartTime
- the value to setpublic CreateMaintenanceDetails build()
public CreateMaintenanceDetails.Builder copy(CreateMaintenanceDetails model)
Copyright © 2016–2024. All rights reserved.