Class RebootEventData.Builder
- java.lang.Object
-
- com.oracle.bmc.osmanagementhub.model.RebootEventData.Builder
-
- Enclosing class:
- RebootEventData
public static class RebootEventData.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RebootEventData.Builder
additionalDetails(WorkRequestEventDataAdditionalDetails additionalDetails)
RebootEventData
build()
RebootEventData.Builder
copy(RebootEventData model)
RebootEventData.Builder
rebootStatus(RebootEventData.RebootStatus rebootStatus)
Reboot status for the current event
-
-
-
Method Detail
-
rebootStatus
public RebootEventData.Builder rebootStatus(RebootEventData.RebootStatus rebootStatus)
Reboot status for the current event- Parameters:
rebootStatus
- the value to set- Returns:
- this builder
-
additionalDetails
public RebootEventData.Builder additionalDetails(WorkRequestEventDataAdditionalDetails additionalDetails)
-
build
public RebootEventData build()
-
copy
public RebootEventData.Builder copy(RebootEventData model)
-
-