Interface DataQualityResultFilterCriteria.Builder

    • Method Detail

      • dataSource

        DataQualityResultFilterCriteria.Builder dataSource​(DataSource dataSource)

        Filter results by the specified data source. For example, retrieving all results for an Glue table.

        Parameters:
        dataSource - Filter results by the specified data source. For example, retrieving all results for an Glue table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jobName

        DataQualityResultFilterCriteria.Builder jobName​(String jobName)

        Filter results by the specified job name.

        Parameters:
        jobName - Filter results by the specified job name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jobRunId

        DataQualityResultFilterCriteria.Builder jobRunId​(String jobRunId)

        Filter results by the specified job run ID.

        Parameters:
        jobRunId - Filter results by the specified job run ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startedAfter

        DataQualityResultFilterCriteria.Builder startedAfter​(Instant startedAfter)

        Filter results by runs that started after this time.

        Parameters:
        startedAfter - Filter results by runs that started after this time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startedBefore

        DataQualityResultFilterCriteria.Builder startedBefore​(Instant startedBefore)

        Filter results by runs that started before this time.

        Parameters:
        startedBefore - Filter results by runs that started before this time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.