Class RebootEvent.Builder
- java.lang.Object
- 
- com.oracle.bmc.osmanagementhub.model.RebootEvent.Builder
 
- 
- Enclosing class:
- RebootEvent
 
 public static class RebootEvent.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
idpublic RebootEvent.Builder id(String id) 
 - 
eventSummarypublic RebootEvent.Builder eventSummary(String eventSummary) 
 - 
compartmentIdpublic RebootEvent.Builder compartmentId(String compartmentId) 
 - 
eventDetailspublic RebootEvent.Builder eventDetails(String eventDetails) 
 - 
resourceIdpublic RebootEvent.Builder resourceId(String resourceId) 
 - 
systemDetailspublic RebootEvent.Builder systemDetails(SystemDetails systemDetails) 
 - 
timeOccurredpublic RebootEvent.Builder timeOccurred(Date timeOccurred) 
 - 
timeCreatedpublic RebootEvent.Builder timeCreated(Date timeCreated) 
 - 
timeUpdatedpublic RebootEvent.Builder timeUpdated(Date timeUpdated) 
 - 
lifecycleStatepublic RebootEvent.Builder lifecycleState(Event.LifecycleState lifecycleState) 
 - 
lifecycleDetailspublic RebootEvent.Builder lifecycleDetails(String lifecycleDetails) 
 - 
isManagedByAutonomousLinuxpublic RebootEvent.Builder isManagedByAutonomousLinux(Boolean isManagedByAutonomousLinux) 
 - 
freeformTagspublic RebootEvent.Builder freeformTags(Map<String,String> freeformTags) 
 - 
datapublic RebootEvent.Builder data(RebootEventData data) 
 - 
buildpublic RebootEvent build() 
 - 
copypublic RebootEvent.Builder copy(RebootEvent model) 
 
- 
 
-