Package com.oracle.bmc.mysql.model
Class MaintenanceDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.mysql.model.MaintenanceDetails.Builder
-
- Enclosing class:
- MaintenanceDetails
public static class MaintenanceDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MaintenanceDetails
build()
MaintenanceDetails.Builder
copy(MaintenanceDetails model)
MaintenanceDetails.Builder
windowStartTime(String windowStartTime)
The start time of the maintenance window.
-
-
-
Method Detail
-
windowStartTime
public MaintenanceDetails.Builder windowStartTime(String windowStartTime)
The start time of the 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.
- Parameters:
windowStartTime
- the value to set- Returns:
- this builder
-
build
public MaintenanceDetails build()
-
copy
public MaintenanceDetails.Builder copy(MaintenanceDetails model)
-
-