Interface DataQualityResultDescription.Builder

  • Method Details

    • 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

      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.
    • dataSource

      The table name associated with the data quality result.

      This is a convenience method that creates an instance of the DataSource.Builder avoiding the need to create one manually via DataSource.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to dataSource(DataSource).

      Parameters:
      dataSource - a consumer that will call methods on DataSource.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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

      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

      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.