static StartLiveTailRequest.Builder |
StartLiveTailRequest.builder() |
|
StartLiveTailRequest.Builder |
StartLiveTailRequest.Builder.logEventFilterPattern(String logEventFilterPattern) |
An optional pattern to use to filter the results to include only log events that match the pattern.
|
StartLiveTailRequest.Builder |
StartLiveTailRequest.Builder.logGroupIdentifiers(String... logGroupIdentifiers) |
An array where each item in the array is a log group to include in the Live Tail session.
|
StartLiveTailRequest.Builder |
StartLiveTailRequest.Builder.logGroupIdentifiers(Collection<String> logGroupIdentifiers) |
An array where each item in the array is a log group to include in the Live Tail session.
|
StartLiveTailRequest.Builder |
StartLiveTailRequest.Builder.logStreamNamePrefixes(String... logStreamNamePrefixes) |
If you specify this parameter, then only log events in the log streams that have names that start with the
prefixes that you specify here are included in the Live Tail session.
|
StartLiveTailRequest.Builder |
StartLiveTailRequest.Builder.logStreamNamePrefixes(Collection<String> logStreamNamePrefixes) |
If you specify this parameter, then only log events in the log streams that have names that start with the
prefixes that you specify here are included in the Live Tail session.
|
StartLiveTailRequest.Builder |
StartLiveTailRequest.Builder.logStreamNames(String... logStreamNames) |
If you specify this parameter, then only log events in the log streams that you specify here are included in
the Live Tail session.
|
StartLiveTailRequest.Builder |
StartLiveTailRequest.Builder.logStreamNames(Collection<String> logStreamNames) |
If you specify this parameter, then only log events in the log streams that you specify here are included in
the Live Tail session.
|
StartLiveTailRequest.Builder |
StartLiveTailRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
StartLiveTailRequest.Builder |
StartLiveTailRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
StartLiveTailRequest.Builder |
StartLiveTailRequest.toBuilder() |
|