Class KernelVmCoreInformation.Builder
- java.lang.Object
-
- com.oracle.bmc.osmanagement.model.KernelVmCoreInformation.Builder
-
- Enclosing class:
- KernelVmCoreInformation
public static class KernelVmCoreInformation.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KernelVmCoreInformation.Builder
backtrace(String backtrace)
Crash backtrace.KernelVmCoreInformation
build()
KernelVmCoreInformation.Builder
component(String component)
Kernel module responsible of the crash.KernelVmCoreInformation.Builder
copy(KernelVmCoreInformation model)
-
-
-
Method Detail
-
component
public KernelVmCoreInformation.Builder component(String component)
Kernel module responsible of the crash.- Parameters:
component
- the value to set- Returns:
- this builder
-
backtrace
public KernelVmCoreInformation.Builder backtrace(String backtrace)
Crash backtrace.- Parameters:
backtrace
- the value to set- Returns:
- this builder
-
build
public KernelVmCoreInformation build()
-
copy
public KernelVmCoreInformation.Builder copy(KernelVmCoreInformation model)
-
-