Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.LiveTailSessionStart.Builder
Packages that use LiveTailSessionStart.Builder
Package
Description
-
Uses of LiveTailSessionStart.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Classes in software.amazon.awssdk.services.cloudwatchlogs.model that implement LiveTailSessionStart.BuilderMethods in software.amazon.awssdk.services.cloudwatchlogs.model that return LiveTailSessionStart.BuilderModifier and TypeMethodDescriptionstatic LiveTailSessionStart.BuilderLiveTailSessionStart.builder()LiveTailSessionStart.Builder.logEventFilterPattern(String logEventFilterPattern) An optional pattern to filter the results to include only log events that match the pattern.LiveTailSessionStart.BuilderImpl.logEventFilterPattern(String logEventFilterPattern) LiveTailSessionStart.Builder.logGroupIdentifiers(String... logGroupIdentifiers) An array of the names and ARNs of the log groups included in this Live Tail session.LiveTailSessionStart.Builder.logGroupIdentifiers(Collection<String> logGroupIdentifiers) An array of the names and ARNs of the log groups included in this Live Tail session.LiveTailSessionStart.BuilderImpl.logGroupIdentifiers(String... logGroupIdentifiers) LiveTailSessionStart.BuilderImpl.logGroupIdentifiers(Collection<String> logGroupIdentifiers) LiveTailSessionStart.Builder.logStreamNamePrefixes(String... logStreamNamePrefixes) If your StartLiveTail operation request included alogStreamNamePrefixesparameter that filtered the session to only include log streams that have names that start with certain prefixes, these prefixes are listed here.LiveTailSessionStart.Builder.logStreamNamePrefixes(Collection<String> logStreamNamePrefixes) If your StartLiveTail operation request included alogStreamNamePrefixesparameter that filtered the session to only include log streams that have names that start with certain prefixes, these prefixes are listed here.LiveTailSessionStart.BuilderImpl.logStreamNamePrefixes(String... logStreamNamePrefixes) LiveTailSessionStart.BuilderImpl.logStreamNamePrefixes(Collection<String> logStreamNamePrefixes) LiveTailSessionStart.Builder.logStreamNames(String... logStreamNames) If your StartLiveTail operation request included alogStreamNamesparameter that filtered the session to only include certain log streams, these streams are listed here.LiveTailSessionStart.Builder.logStreamNames(Collection<String> logStreamNames) If your StartLiveTail operation request included alogStreamNamesparameter that filtered the session to only include certain log streams, these streams are listed here.LiveTailSessionStart.BuilderImpl.logStreamNames(String... logStreamNames) LiveTailSessionStart.BuilderImpl.logStreamNames(Collection<String> logStreamNames) The unique ID generated by CloudWatch Logs to identify this Live Tail session request.The unique ID generated by CloudWatch Logs to identify this Live Tail session.static LiveTailSessionStart.BuilderStartLiveTailResponseStream.sessionStartBuilder()Create a builder for thesessionStartevent type for this stream.LiveTailSessionStart.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type LiveTailSessionStart.BuilderModifier and TypeMethodDescriptionstatic Class<? extends LiveTailSessionStart.Builder>LiveTailSessionStart.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type LiveTailSessionStart.BuilderModifier and TypeMethodDescriptionfinal LiveTailSessionStartLiveTailSessionStart.copy(Consumer<? super LiveTailSessionStart.Builder> modifier) -
Uses of LiveTailSessionStart.Builder in software.amazon.awssdk.services.cloudwatchlogs.model.startlivetailresponsestream