Interface BatchGetDataQualityRulesetEvaluationRunResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<BatchGetDataQualityRulesetEvaluationRunResponse.Builder,,BatchGetDataQualityRulesetEvaluationRunResponse> GlueResponse.Builder,SdkBuilder<BatchGetDataQualityRulesetEvaluationRunResponse.Builder,,BatchGetDataQualityRulesetEvaluationRunResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
BatchGetDataQualityRulesetEvaluationRunResponse
@Mutable
@NotThreadSafe
public static interface BatchGetDataQualityRulesetEvaluationRunResponse.Builder
extends GlueResponse.Builder, SdkPojo, CopyableBuilder<BatchGetDataQualityRulesetEvaluationRunResponse.Builder,BatchGetDataQualityRulesetEvaluationRunResponse>
-
Method Summary
Modifier and TypeMethodDescriptionA list of evaluation run details for the requested run IDs.A list of evaluation run details for the requested run IDs.runs(DataQualityRulesetEvaluationRun... runs) A list of evaluation run details for the requested run IDs.runsNotFound(String... runsNotFound) A list of run IDs that were not found.runsNotFound(Collection<String> runsNotFound) A list of run IDs that 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, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
runs
BatchGetDataQualityRulesetEvaluationRunResponse.Builder runs(Collection<DataQualityRulesetEvaluationRun> runs) A list of evaluation run details for the requested run IDs.
- Parameters:
runs- A list of evaluation run details for the requested run IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
runs
BatchGetDataQualityRulesetEvaluationRunResponse.Builder runs(DataQualityRulesetEvaluationRun... runs) A list of evaluation run details for the requested run IDs.
- Parameters:
runs- A list of evaluation run details for the requested run IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
runs
BatchGetDataQualityRulesetEvaluationRunResponse.Builder runs(Consumer<DataQualityRulesetEvaluationRun.Builder>... runs) A list of evaluation run details for the requested run IDs.
This is a convenience method that creates an instance of theDataQualityRulesetEvaluationRun.Builderavoiding the need to create one manually viaDataQualityRulesetEvaluationRun.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toruns(List<DataQualityRulesetEvaluationRun>).- Parameters:
runs- a consumer that will call methods onDataQualityRulesetEvaluationRun.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
runsNotFound
BatchGetDataQualityRulesetEvaluationRunResponse.Builder runsNotFound(Collection<String> runsNotFound) A list of run IDs that were not found.
- Parameters:
runsNotFound- A list of run IDs that were not found.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
runsNotFound
A list of run IDs that were not found.
- Parameters:
runsNotFound- A list of run IDs that were not found.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-