Class KernelEventContent.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • contentAvailability

        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.
        Parameters:
        contentAvailability - the value to set
        Returns:
        this builder
      • contentLocation

        public KernelEventContent.Builder contentLocation​(String contentLocation)
        Location of the Kernel event content.
        Parameters:
        contentLocation - the value to set
        Returns:
        this builder