CopyableBuilder<OutputLogEvent.Builder,OutputLogEvent>
, SdkBuilder<OutputLogEvent.Builder,OutputLogEvent>
public static interface OutputLogEvent.Builder extends CopyableBuilder<OutputLogEvent.Builder,OutputLogEvent>
Modifier and Type | Method | Description |
---|---|---|
OutputLogEvent.Builder |
ingestionTime(Long ingestionTime) |
The time the event was ingested, expressed as the number of milliseconds since 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 since Jan 1, 1970 00:00:00 UTC.
|
copy
apply, build
OutputLogEvent.Builder timestamp(Long timestamp)
The time the event occurred, expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.
timestamp
- The time the event occurred, expressed as the number of milliseconds since 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 since Jan 1, 1970 00:00:00 UTC.
ingestionTime
- The time the event was ingested, expressed as the number of milliseconds since Jan 1, 1970 00:00:00
UTC.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.