Interface OutputLogEvent.Builder

All Superinterfaces:
Buildable, CopyableBuilder<OutputLogEvent.Builder,OutputLogEvent>, SdkBuilder<OutputLogEvent.Builder,OutputLogEvent>, SdkPojo
Enclosing class:
OutputLogEvent

public static interface OutputLogEvent.Builder extends SdkPojo, CopyableBuilder<OutputLogEvent.Builder,OutputLogEvent>
  • Method Details

    • timestamp

      OutputLogEvent.Builder timestamp(Long timestamp)

      The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

      Parameters:
      timestamp - The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • message

      OutputLogEvent.Builder message(String message)

      The data contained in the log event.

      Parameters:
      message - The data contained in the log event.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ingestionTime

      OutputLogEvent.Builder ingestionTime(Long ingestionTime)

      The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

      Parameters:
      ingestionTime - The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
      Returns:
      Returns a reference to this object so that method calls can be chained together.