public static class AutomaticCaptureFilter.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AutomaticCaptureFilter |
build() |
AutomaticCaptureFilter.Builder |
copy(AutomaticCaptureFilter model) |
AutomaticCaptureFilter.Builder |
modifiedBy(String modifiedBy)
The database user who last updated the filter value.
|
AutomaticCaptureFilter.Builder |
name(AutomaticCaptureFilter.Name name)
The name of the automatic capture filter.
|
AutomaticCaptureFilter.Builder |
timeLastModified(Date timeLastModified)
The time the filter value was last updated.
|
AutomaticCaptureFilter.Builder |
valuesToExclude(List<String> valuesToExclude)
A list of filter values to exclude.
|
AutomaticCaptureFilter.Builder |
valuesToInclude(List<String> valuesToInclude)
A list of filter values to include.
|
public AutomaticCaptureFilter.Builder name(AutomaticCaptureFilter.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 AutomaticCaptureFilter.Builder valuesToInclude(List<String> valuesToInclude)
A list of filter values to include.
valuesToInclude
- the value to setpublic AutomaticCaptureFilter.Builder valuesToExclude(List<String> valuesToExclude)
A list of filter values to exclude.
valuesToExclude
- the value to setpublic AutomaticCaptureFilter.Builder timeLastModified(Date timeLastModified)
The time the filter value was last updated.
timeLastModified
- the value to setpublic AutomaticCaptureFilter.Builder modifiedBy(String modifiedBy)
The database user who last updated the filter value.
modifiedBy
- the value to setpublic AutomaticCaptureFilter build()
public AutomaticCaptureFilter.Builder copy(AutomaticCaptureFilter model)
Copyright © 2016–2025. All rights reserved.