Interface BatchGetDataQualityResultResponse.Builder

    • Method Detail

      • results

        BatchGetDataQualityResultResponse.Builder results​(Collection<DataQualityResult> results)

        A list of DataQualityResult objects representing the data quality results.

        Parameters:
        results - A list of DataQualityResult objects representing the data quality results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • results

        BatchGetDataQualityResultResponse.Builder results​(DataQualityResult... results)

        A list of DataQualityResult objects representing the data quality results.

        Parameters:
        results - A list of DataQualityResult objects representing the data quality results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resultsNotFound

        BatchGetDataQualityResultResponse.Builder resultsNotFound​(Collection<String> resultsNotFound)

        A list of result IDs for which results were not found.

        Parameters:
        resultsNotFound - A list of result IDs for which results were not found.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resultsNotFound

        BatchGetDataQualityResultResponse.Builder resultsNotFound​(String... resultsNotFound)

        A list of result IDs for which results were not found.

        Parameters:
        resultsNotFound - A list of result IDs for which results were not found.
        Returns:
        Returns a reference to this object so that method calls can be chained together.