public static interface LoggingFilter.Builder extends SdkPojo, CopyableBuilder<LoggingFilter.Builder,LoggingFilter>
| Modifier and Type | Method and Description |
|---|---|
LoggingFilter.Builder |
defaultBehavior(FilterBehavior defaultBehavior)
Default handling for logs that don't match any of the specified filtering conditions.
|
LoggingFilter.Builder |
defaultBehavior(String defaultBehavior)
Default handling for logs that don't match any of the specified filtering conditions.
|
LoggingFilter.Builder |
filters(Collection<Filter> filters)
The filters that you want to apply to the logs.
|
LoggingFilter.Builder |
filters(Consumer<Filter.Builder>... filters)
The filters that you want to apply to the logs.
|
LoggingFilter.Builder |
filters(Filter... filters)
The filters that you want to apply to the logs.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLoggingFilter.Builder filters(Collection<Filter> filters)
The filters that you want to apply to the logs.
filters - The filters that you want to apply to the logs.LoggingFilter.Builder filters(Filter... filters)
The filters that you want to apply to the logs.
filters - The filters that you want to apply to the logs.LoggingFilter.Builder filters(Consumer<Filter.Builder>... filters)
The filters that you want to apply to the logs.
This is a convenience method that creates an instance of theFilter.Builder avoiding the need to create one manually
via Filter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #filters(List.
filters - a consumer that will call methods on
Filter.Builder#filters(java.util.Collection) LoggingFilter.Builder defaultBehavior(String defaultBehavior)
Default handling for logs that don't match any of the specified filtering conditions.
defaultBehavior - Default handling for logs that don't match any of the specified filtering conditions.FilterBehavior,
FilterBehaviorLoggingFilter.Builder defaultBehavior(FilterBehavior defaultBehavior)
Default handling for logs that don't match any of the specified filtering conditions.
defaultBehavior - Default handling for logs that don't match any of the specified filtering conditions.FilterBehavior,
FilterBehaviorCopyright © 2023. All rights reserved.