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