public static class AutomaticCaptureFilterDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AutomaticCaptureFilterDetails |
build() |
AutomaticCaptureFilterDetails.Builder |
copy(AutomaticCaptureFilterDetails model) |
AutomaticCaptureFilterDetails.Builder |
name(AutomaticCaptureFilterDetails.Name name)
The name of the automatic capture filter.
|
AutomaticCaptureFilterDetails.Builder |
valuesToExclude(List<String> valuesToExclude)
A list of filter values to exclude.
|
AutomaticCaptureFilterDetails.Builder |
valuesToInclude(List<String> valuesToInclude)
A list of filter values to include.
|
public AutomaticCaptureFilterDetails.Builder name(AutomaticCaptureFilterDetails.Name name)
The name of the automatic capture filter.
- AUTO_CAPTURE_SQL_TEXT: Search pattern to apply to SQL text. - AUTO_CAPTURE_PARSING_SCHEMA_NAME: Parsing schema to include or exclude for SQL plan management auto capture. - AUTO_CAPTURE_MODULE: Module to include or exclude for SQL plan management auto capture. - AUTO_CAPTURE_ACTION: Action to include or exclude for SQL plan management automatic capture.
name
- the value to setpublic AutomaticCaptureFilterDetails.Builder valuesToInclude(List<String> valuesToInclude)
A list of filter values to include.
valuesToInclude
- the value to setpublic AutomaticCaptureFilterDetails.Builder valuesToExclude(List<String> valuesToExclude)
A list of filter values to exclude.
valuesToExclude
- the value to setpublic AutomaticCaptureFilterDetails build()
public AutomaticCaptureFilterDetails.Builder copy(AutomaticCaptureFilterDetails model)
Copyright © 2016–2024. All rights reserved.