Interface DataQualityResultDescription.Builder

    • Method Detail

      • resultId

        DataQualityResultDescription.Builder resultId​(String resultId)

        The unique result ID for this data quality result.

        Parameters:
        resultId - The unique result ID for this data quality result.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataSource

        DataQualityResultDescription.Builder dataSource​(DataSource dataSource)

        The table name associated with the data quality result.

        Parameters:
        dataSource - The table name associated with the data quality result.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jobName

        DataQualityResultDescription.Builder jobName​(String jobName)

        The job name associated with the data quality result.

        Parameters:
        jobName - The job name associated with the data quality result.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jobRunId

        DataQualityResultDescription.Builder jobRunId​(String jobRunId)

        The job run ID associated with the data quality result.

        Parameters:
        jobRunId - The job run ID associated with the data quality result.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startedOn

        DataQualityResultDescription.Builder startedOn​(Instant startedOn)

        The time that the run started for this data quality result.

        Parameters:
        startedOn - The time that the run started for this data quality result.
        Returns:
        Returns a reference to this object so that method calls can be chained together.