Class RebootManagedInstanceGroupDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.osmanagementhub.model.RebootManagedInstanceGroupDetails.Builder
 
- 
- Enclosing class:
- RebootManagedInstanceGroupDetails
 
 public static class RebootManagedInstanceGroupDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description RebootManagedInstanceGroupDetailsbuild()RebootManagedInstanceGroupDetails.Buildercopy(RebootManagedInstanceGroupDetails model)RebootManagedInstanceGroupDetails.BuilderrebootTimeoutInMins(Integer rebootTimeoutInMins)The number of minutes the service waits for the reboot to complete.RebootManagedInstanceGroupDetails.BuilderworkRequestDetails(WorkRequestDetails workRequestDetails)
 
- 
- 
- 
Method Detail- 
rebootTimeoutInMinspublic RebootManagedInstanceGroupDetails.Builder rebootTimeoutInMins(Integer rebootTimeoutInMins) The number of minutes the service waits for the reboot to complete.If the instances in the group don’t reboot within this time, the reboot job status is set to failed. - Parameters:
- rebootTimeoutInMins- the value to set
- Returns:
- this builder
 
 - 
workRequestDetailspublic RebootManagedInstanceGroupDetails.Builder workRequestDetails(WorkRequestDetails workRequestDetails) 
 - 
buildpublic RebootManagedInstanceGroupDetails build() 
 - 
copypublic RebootManagedInstanceGroupDetails.Builder copy(RebootManagedInstanceGroupDetails model) 
 
- 
 
-