public static interface OutputLogEvent.Builder extends SdkPojo, CopyableBuilder<OutputLogEvent.Builder,OutputLogEvent>
Modifier and Type | Method and Description |
---|---|
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 . |
OutputLogEvent.Builder |
message(String message)
The data contained in the log event.
|
OutputLogEvent.Builder |
timestamp(Long timestamp)
The time the event occurred, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC . |
equalsBySdkFields, sdkFields
copy
applyMutation, build
OutputLogEvent.Builder timestamp(Long timestamp)
The time the event occurred, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC
.
timestamp
- The time the event occurred, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC
.OutputLogEvent.Builder message(String message)
The data contained in the log event.
message
- The data contained in the log event.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
.
ingestionTime
- The time the event was ingested, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC
.Copyright © 2022. All rights reserved.