Class RebootManagedInstanceDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.osmanagementhub.model.RebootManagedInstanceDetails.Builder
-
- Enclosing class:
- RebootManagedInstanceDetails
public static class RebootManagedInstanceDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RebootManagedInstanceDetails
build()
RebootManagedInstanceDetails.Builder
copy(RebootManagedInstanceDetails model)
RebootManagedInstanceDetails.Builder
rebootTimeoutInMins(Integer rebootTimeoutInMins)
The number of minutes the service waits for the reboot to complete.RebootManagedInstanceDetails.Builder
workRequestDetails(WorkRequestDetails workRequestDetails)
-
-
-
Method Detail
-
rebootTimeoutInMins
public RebootManagedInstanceDetails.Builder rebootTimeoutInMins(Integer rebootTimeoutInMins)
The number of minutes the service waits for the reboot to complete.If the instance doesn’t reboot within this time, the reboot job status is set to failed.
- Parameters:
rebootTimeoutInMins
- the value to set- Returns:
- this builder
-
workRequestDetails
public RebootManagedInstanceDetails.Builder workRequestDetails(WorkRequestDetails workRequestDetails)
-
build
public RebootManagedInstanceDetails build()
-
copy
public RebootManagedInstanceDetails.Builder copy(RebootManagedInstanceDetails model)
-
-