public static class KernelEventContent.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
KernelEventContent |
build() |
KernelEventContent.Builder |
contentAvailability(KernelEventContent.ContentAvailability contentAvailability)
Crash content availability status: * ‘NOT_AVAILABLE’ indicates the content is not
available on the instance nor in the service * ‘AVAILABLE_ON_INSTANCE’ indicates the
content is only available on the instance.
|
KernelEventContent.Builder |
contentLocation(String contentLocation)
Location of the Kernel event content.
|
KernelEventContent.Builder |
copy(KernelEventContent model) |
KernelEventContent.Builder |
size(Integer size)
Size of the event content.
|
public KernelEventContent.Builder contentAvailability(KernelEventContent.ContentAvailability contentAvailability)
Crash content availability status: * ‘NOT_AVAILABLE’ indicates the content is not available on the instance nor in the service * ‘AVAILABLE_ON_INSTANCE’ indicates the content is only available on the instance. * ‘AVAILABLE_ON_SERVICE’ indicates the content is only available on the service. * ‘AVAILABLE_ON_INSTANCE_AND_SERVICE’ indicates the content is available both on the instance and the service * ‘AVAILABLE_ON_INSTANCE_UPLOAD_IN_PROGRESS’ indicates the content is available on the instance and its upload to the service is in progress.
contentAvailability
- the value to setpublic KernelEventContent.Builder contentLocation(String contentLocation)
Location of the Kernel event content.
contentLocation
- the value to setpublic KernelEventContent.Builder size(Integer size)
Size of the event content.
size
- the value to setpublic KernelEventContent build()
public KernelEventContent.Builder copy(KernelEventContent model)
Copyright © 2016–2024. All rights reserved.