Interface BatchGetDataQualityResultResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<BatchGetDataQualityResultResponse.Builder,
,BatchGetDataQualityResultResponse> GlueResponse.Builder
,SdkBuilder<BatchGetDataQualityResultResponse.Builder,
,BatchGetDataQualityResultResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
BatchGetDataQualityResultResponse
@Mutable
@NotThreadSafe
public static interface BatchGetDataQualityResultResponse.Builder
extends GlueResponse.Builder, SdkPojo, CopyableBuilder<BatchGetDataQualityResultResponse.Builder,BatchGetDataQualityResultResponse>
-
Method Summary
Modifier and TypeMethodDescriptionresults
(Collection<DataQualityResult> results) A list ofDataQualityResult
objects representing the data quality results.results
(Consumer<DataQualityResult.Builder>... results) A list ofDataQualityResult
objects representing the data quality results.results
(DataQualityResult... results) A list ofDataQualityResult
objects 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
copy
Methods inherited from interface software.amazon.awssdk.services.glue.model.GlueResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
results
A list of
DataQualityResult
objects representing the data quality results.- Parameters:
results
- A list ofDataQualityResult
objects representing the data quality results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
results
A list of
DataQualityResult
objects representing the data quality results.- Parameters:
results
- A list ofDataQualityResult
objects 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 theDataQualityResult
objects representing the data quality results.DataQualityResult.Builder
avoiding the need to create one manually viaDataQualityResult.builder()
.When the
Consumer
completes,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.
-