Class RebootEvent.Builder
- java.lang.Object
-
- com.oracle.bmc.osmanagementhub.model.RebootEvent.Builder
-
- Enclosing class:
- RebootEvent
public static class RebootEvent.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
id
public RebootEvent.Builder id(String id)
-
eventSummary
public RebootEvent.Builder eventSummary(String eventSummary)
-
compartmentId
public RebootEvent.Builder compartmentId(String compartmentId)
-
eventDetails
public RebootEvent.Builder eventDetails(String eventDetails)
-
resourceId
public RebootEvent.Builder resourceId(String resourceId)
-
systemDetails
public RebootEvent.Builder systemDetails(SystemDetails systemDetails)
-
timeOccurred
public RebootEvent.Builder timeOccurred(Date timeOccurred)
-
timeCreated
public RebootEvent.Builder timeCreated(Date timeCreated)
-
timeUpdated
public RebootEvent.Builder timeUpdated(Date timeUpdated)
-
lifecycleState
public RebootEvent.Builder lifecycleState(Event.LifecycleState lifecycleState)
-
lifecycleDetails
public RebootEvent.Builder lifecycleDetails(String lifecycleDetails)
-
isManagedByAutonomousLinux
public RebootEvent.Builder isManagedByAutonomousLinux(Boolean isManagedByAutonomousLinux)
-
freeformTags
public RebootEvent.Builder freeformTags(Map<String,String> freeformTags)
-
data
public RebootEvent.Builder data(RebootEventData data)
-
build
public RebootEvent build()
-
copy
public RebootEvent.Builder copy(RebootEvent model)
-
-