public static class RebootManagedInstanceDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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) |
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.
rebootTimeoutInMins
- the value to setpublic RebootManagedInstanceDetails.Builder workRequestDetails(WorkRequestDetails workRequestDetails)
public RebootManagedInstanceDetails build()
public RebootManagedInstanceDetails.Builder copy(RebootManagedInstanceDetails model)
Copyright © 2016–2025. All rights reserved.