Interface RelationalFilterConfiguration.Builder

    • Method Detail

      • databaseName

        RelationalFilterConfiguration.Builder databaseName​(String databaseName)

        The database name specified in the relational filter configuration for the data source.

        Parameters:
        databaseName - The database name specified in the relational filter configuration for the data source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filterExpressions

        RelationalFilterConfiguration.Builder filterExpressions​(Collection<FilterExpression> filterExpressions)

        The filter expressions specified in the relational filter configuration for the data source.

        Parameters:
        filterExpressions - The filter expressions specified in the relational filter configuration for the data source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filterExpressions

        RelationalFilterConfiguration.Builder filterExpressions​(FilterExpression... filterExpressions)

        The filter expressions specified in the relational filter configuration for the data source.

        Parameters:
        filterExpressions - The filter expressions specified in the relational filter configuration for the data source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • schemaName

        RelationalFilterConfiguration.Builder schemaName​(String schemaName)

        The schema name specified in the relational filter configuration for the data source.

        Parameters:
        schemaName - The schema name specified in the relational filter configuration for the data source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.