| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudwatchlogs.model |
| Modifier and Type | Method and Description |
|---|---|
static OutputLogEvent.Builder |
OutputLogEvent.builder() |
OutputLogEvent.Builder |
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 |
OutputLogEvent.Builder.message(String message)
The data contained in the log event.
|
OutputLogEvent.Builder |
OutputLogEvent.Builder.timestamp(Long timestamp)
The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
|
OutputLogEvent.Builder |
OutputLogEvent.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends OutputLogEvent.Builder> |
OutputLogEvent.serializableBuilderClass() |
Copyright © 2022. All rights reserved.