Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.LiveTailSessionLogEvent.Builder
-
Packages that use LiveTailSessionLogEvent.Builder Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of LiveTailSessionLogEvent.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return LiveTailSessionLogEvent.Builder Modifier and Type Method Description static LiveTailSessionLogEvent.BuilderLiveTailSessionLogEvent. builder()LiveTailSessionLogEvent.BuilderLiveTailSessionLogEvent.Builder. ingestionTime(Long ingestionTime)The timestamp specifying when this log event was ingested into the log group.LiveTailSessionLogEvent.BuilderLiveTailSessionLogEvent.Builder. logGroupIdentifier(String logGroupIdentifier)The name or ARN of the log group that ingested this log event.LiveTailSessionLogEvent.BuilderLiveTailSessionLogEvent.Builder. logStreamName(String logStreamName)The name of the log stream that ingested this log event.LiveTailSessionLogEvent.BuilderLiveTailSessionLogEvent.Builder. message(String message)The log event message text.LiveTailSessionLogEvent.BuilderLiveTailSessionLogEvent.Builder. timestamp(Long timestamp)The timestamp specifying when this log event was created.LiveTailSessionLogEvent.BuilderLiveTailSessionLogEvent. toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type LiveTailSessionLogEvent.Builder Modifier and Type Method Description List<LiveTailSessionLogEvent.Builder>LiveTailSessionUpdate.BuilderImpl. getSessionResults()static Class<? extends LiveTailSessionLogEvent.Builder>LiveTailSessionLogEvent. serializableBuilderClass()
-