Class RebootDynamicSetDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.osmanagementhub.model.RebootDynamicSetDetails.Builder
-
- Enclosing class:
- RebootDynamicSetDetails
public static class RebootDynamicSetDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RebootDynamicSetDetailsbuild()RebootDynamicSetDetails.Buildercopy(RebootDynamicSetDetails model)RebootDynamicSetDetails.BuildermanagedInstances(List<String> managedInstances)The list of managed instance OCIDs to be attached/detached.RebootDynamicSetDetails.BuilderrebootTimeoutInMins(Integer rebootTimeoutInMins)The number of minutes the service waits for the reboot to complete.RebootDynamicSetDetails.BuilderworkRequestDetails(WorkRequestDetails workRequestDetails)
-
-
-
Method Detail
-
rebootTimeoutInMins
public RebootDynamicSetDetails.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
-
managedInstances
public RebootDynamicSetDetails.Builder managedInstances(List<String> managedInstances)
The list of managed instance OCIDs to be attached/detached.- Parameters:
managedInstances- the value to set- Returns:
- this builder
-
workRequestDetails
public RebootDynamicSetDetails.Builder workRequestDetails(WorkRequestDetails workRequestDetails)
-
build
public RebootDynamicSetDetails build()
-
copy
public RebootDynamicSetDetails.Builder copy(RebootDynamicSetDetails model)
-
-