Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.OutputLogEvent.Builder
-
Packages that use OutputLogEvent.Builder Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of OutputLogEvent.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return OutputLogEvent.Builder Modifier and Type Method Description static OutputLogEvent.BuilderOutputLogEvent. builder()OutputLogEvent.BuilderOutputLogEvent.Builder. ingestionTime(Long ingestionTime)The time the event was ingested, expressed as the number of milliseconds afterJan 1, 1970 00:00:00 UTC.OutputLogEvent.BuilderOutputLogEvent.Builder. message(String message)The data contained in the log event.OutputLogEvent.BuilderOutputLogEvent.Builder. timestamp(Long timestamp)The time the event occurred, expressed as the number of milliseconds afterJan 1, 1970 00:00:00 UTC.OutputLogEvent.BuilderOutputLogEvent. toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type OutputLogEvent.Builder Modifier and Type Method Description static Class<? extends OutputLogEvent.Builder>OutputLogEvent. serializableBuilderClass()
-