public static interface BatchGetDataQualityResultResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<BatchGetDataQualityResultResponse.Builder,BatchGetDataQualityResultResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchGetDataQualityResultResponse.Builder |
results(Collection<DataQualityResult> results)
A list of
DataQualityResult objects representing the data quality results. |
BatchGetDataQualityResultResponse.Builder |
results(Consumer<DataQualityResult.Builder>... results)
A list of
DataQualityResult objects representing the data quality results. |
BatchGetDataQualityResultResponse.Builder |
results(DataQualityResult... results)
A list of
DataQualityResult objects representing the data quality results. |
BatchGetDataQualityResultResponse.Builder |
resultsNotFound(Collection<String> resultsNotFound)
A list of result IDs for which results were not found.
|
BatchGetDataQualityResultResponse.Builder |
resultsNotFound(String... resultsNotFound)
A list of result IDs for which results were not found.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetDataQualityResultResponse.Builder results(Collection<DataQualityResult> results)
A list of DataQualityResult objects representing the data quality results.
results - A list of DataQualityResult objects representing the data quality results.BatchGetDataQualityResultResponse.Builder results(DataQualityResult... results)
A list of DataQualityResult objects representing the data quality results.
results - A list of DataQualityResult objects representing the data quality results.BatchGetDataQualityResultResponse.Builder results(Consumer<DataQualityResult.Builder>... results)
A list of DataQualityResult objects representing the data quality results.
DataQualityResult.Builder avoiding the need to create one
manually via DataQualityResult.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #results(List.
results - a consumer that will call methods on
DataQualityResult.Builder#results(java.util.Collection) BatchGetDataQualityResultResponse.Builder resultsNotFound(Collection<String> resultsNotFound)
A list of result IDs for which results were not found.
resultsNotFound - A list of result IDs for which results were not found.BatchGetDataQualityResultResponse.Builder resultsNotFound(String... resultsNotFound)
A list of result IDs for which results were not found.
resultsNotFound - A list of result IDs for which results were not found.Copyright © 2023. All rights reserved.