Class RebootManagedInstanceDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.osmanagementhub.model.RebootManagedInstanceDetails.Builder
 
- 
- Enclosing class:
- RebootManagedInstanceDetails
 
 public static class RebootManagedInstanceDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description RebootManagedInstanceDetailsbuild()RebootManagedInstanceDetails.Buildercopy(RebootManagedInstanceDetails model)RebootManagedInstanceDetails.BuilderrebootTimeoutInMins(Integer rebootTimeoutInMins)The number of minutes the service waits for the reboot to complete.RebootManagedInstanceDetails.BuilderworkRequestDetails(WorkRequestDetails workRequestDetails)
 
- 
- 
- 
Method Detail- 
rebootTimeoutInMinspublic 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
 
 - 
workRequestDetailspublic RebootManagedInstanceDetails.Builder workRequestDetails(WorkRequestDetails workRequestDetails) 
 - 
buildpublic RebootManagedInstanceDetails build() 
 - 
copypublic RebootManagedInstanceDetails.Builder copy(RebootManagedInstanceDetails model) 
 
- 
 
-