Interface BatchGetDataQualityResultResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<BatchGetDataQualityResultResponse.Builder,,BatchGetDataQualityResultResponse> GlueResponse.Builder,SdkBuilder<BatchGetDataQualityResultResponse.Builder,,BatchGetDataQualityResultResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 BatchGetDataQualityResultResponse
public static interface BatchGetDataQualityResultResponse.Builder
extends GlueResponse.Builder, SdkPojo, CopyableBuilder<BatchGetDataQualityResultResponse.Builder,BatchGetDataQualityResultResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionresults(Collection<DataQualityResult> results) A list ofDataQualityResultobjects representing the data quality results.results(Consumer<DataQualityResult.Builder>... results) A list ofDataQualityResultobjects representing the data quality results.results(DataQualityResult... results) A list ofDataQualityResultobjects representing the data quality results.resultsNotFound(String... resultsNotFound) A list of result IDs for which results were not found.resultsNotFound(Collection<String> resultsNotFound) A list of result IDs for which results were not found.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.glue.model.GlueResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
results
A list of
DataQualityResultobjects representing the data quality results.- Parameters:
 results- A list ofDataQualityResultobjects representing the data quality results.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
results
A list of
DataQualityResultobjects representing the data quality results.- Parameters:
 results- A list ofDataQualityResultobjects representing the data quality results.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
results
A list of
This is a convenience method that creates an instance of theDataQualityResultobjects representing the data quality results.DataQualityResult.Builderavoiding the need to create one manually viaDataQualityResult.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toresults(List<DataQualityResult>).- Parameters:
 results- a consumer that will call methods onDataQualityResult.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
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
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.
 
 
 -