Interface ListDataQualityRulesetEvaluationRunsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListDataQualityRulesetEvaluationRunsResponse.Builder,
,ListDataQualityRulesetEvaluationRunsResponse> GlueResponse.Builder
,SdkBuilder<ListDataQualityRulesetEvaluationRunsResponse.Builder,
,ListDataQualityRulesetEvaluationRunsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListDataQualityRulesetEvaluationRunsResponse
public static interface ListDataQualityRulesetEvaluationRunsResponse.Builder
extends GlueResponse.Builder, SdkPojo, CopyableBuilder<ListDataQualityRulesetEvaluationRunsResponse.Builder,ListDataQualityRulesetEvaluationRunsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionA pagination token, if more results are available.A list ofDataQualityRulesetEvaluationRunDescription
objects representing data quality ruleset runs.A list ofDataQualityRulesetEvaluationRunDescription
objects representing data quality ruleset runs.A list ofDataQualityRulesetEvaluationRunDescription
objects representing data quality ruleset runs.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, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
runs
ListDataQualityRulesetEvaluationRunsResponse.Builder runs(Collection<DataQualityRulesetEvaluationRunDescription> runs) A list of
DataQualityRulesetEvaluationRunDescription
objects representing data quality ruleset runs.- Parameters:
runs
- A list ofDataQualityRulesetEvaluationRunDescription
objects representing data quality ruleset runs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
runs
ListDataQualityRulesetEvaluationRunsResponse.Builder runs(DataQualityRulesetEvaluationRunDescription... runs) A list of
DataQualityRulesetEvaluationRunDescription
objects representing data quality ruleset runs.- Parameters:
runs
- A list ofDataQualityRulesetEvaluationRunDescription
objects representing data quality ruleset runs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
runs
ListDataQualityRulesetEvaluationRunsResponse.Builder runs(Consumer<DataQualityRulesetEvaluationRunDescription.Builder>... runs) A list of
This is a convenience method that creates an instance of theDataQualityRulesetEvaluationRunDescription
objects representing data quality ruleset runs.DataQualityRulesetEvaluationRunDescription.Builder
avoiding the need to create one manually viaDataQualityRulesetEvaluationRunDescription.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toruns(List<DataQualityRulesetEvaluationRunDescription>)
.- Parameters:
runs
- a consumer that will call methods onDataQualityRulesetEvaluationRunDescription.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
A pagination token, if more results are available.
- Parameters:
nextToken
- A pagination token, if more results are available.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-