public static interface OutputLogEvent.Builder extends 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.
|
copyapply, buildOutputLogEvent.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 © 2017 Amazon Web Services, Inc. All Rights Reserved.