Package com.oracle.bmc.core.model
Class InstanceMaintenanceReboot.Builder
- java.lang.Object
-
- com.oracle.bmc.core.model.InstanceMaintenanceReboot.Builder
-
- Enclosing class:
- InstanceMaintenanceReboot
public static class InstanceMaintenanceReboot.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstanceMaintenanceReboot
build()
InstanceMaintenanceReboot.Builder
copy(InstanceMaintenanceReboot model)
InstanceMaintenanceReboot.Builder
timeMaintenanceRebootDueMax(Date timeMaintenanceRebootDueMax)
The maximum extension date and time for the maintenance reboot, in the format defined by RFC3339.
-
-
-
Method Detail
-
timeMaintenanceRebootDueMax
public InstanceMaintenanceReboot.Builder timeMaintenanceRebootDueMax(Date timeMaintenanceRebootDueMax)
The maximum extension date and time for the maintenance reboot, in the format defined by RFC3339.The range for the maintenance extension is between 1 and 14 days from the initial scheduled maintenance date. Example: 2018-05-25T21:10:29.600Z
- Parameters:
timeMaintenanceRebootDueMax
- the value to set- Returns:
- this builder
-
build
public InstanceMaintenanceReboot build()
-
copy
public InstanceMaintenanceReboot.Builder copy(InstanceMaintenanceReboot model)
-
-