Class AutomaticCaptureFilter.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • name

        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.

        Parameters:
        name - the value to set
        Returns:
        this builder
      • valuesToInclude

        public AutomaticCaptureFilter.Builder valuesToInclude​(List<String> valuesToInclude)
        A list of filter values to include.
        Parameters:
        valuesToInclude - the value to set
        Returns:
        this builder
      • valuesToExclude

        public AutomaticCaptureFilter.Builder valuesToExclude​(List<String> valuesToExclude)
        A list of filter values to exclude.
        Parameters:
        valuesToExclude - the value to set
        Returns:
        this builder
      • timeLastModified

        public AutomaticCaptureFilter.Builder timeLastModified​(Date timeLastModified)
        The time the filter value was last updated.
        Parameters:
        timeLastModified - the value to set
        Returns:
        this builder
      • modifiedBy

        public AutomaticCaptureFilter.Builder modifiedBy​(String modifiedBy)
        The database user who last updated the filter value.
        Parameters:
        modifiedBy - the value to set
        Returns:
        this builder