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