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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDataQualityRulesetEvaluationRunsResponse.BuildernextToken(String nextToken)A pagination token, if more results are available.ListDataQualityRulesetEvaluationRunsResponse.Builderruns(Collection<DataQualityRulesetEvaluationRunDescription> runs)A list ofDataQualityRulesetEvaluationRunDescriptionobjects representing data quality ruleset runs.ListDataQualityRulesetEvaluationRunsResponse.Builderruns(Consumer<DataQualityRulesetEvaluationRunDescription.Builder>... runs)A list ofDataQualityRulesetEvaluationRunDescriptionobjects representing data quality ruleset runs.ListDataQualityRulesetEvaluationRunsResponse.Builderruns(DataQualityRulesetEvaluationRunDescription... runs)A list ofDataQualityRulesetEvaluationRunDescriptionobjects 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 Detail
-
runs
ListDataQualityRulesetEvaluationRunsResponse.Builder runs(Collection<DataQualityRulesetEvaluationRunDescription> runs)
A list of
DataQualityRulesetEvaluationRunDescriptionobjects representing data quality ruleset runs.- Parameters:
runs- A list ofDataQualityRulesetEvaluationRunDescriptionobjects 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
DataQualityRulesetEvaluationRunDescriptionobjects representing data quality ruleset runs.- Parameters:
runs- A list ofDataQualityRulesetEvaluationRunDescriptionobjects 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 theDataQualityRulesetEvaluationRunDescriptionobjects representing data quality ruleset runs.DataQualityRulesetEvaluationRunDescription.Builderavoiding the need to create one manually viaDataQualityRulesetEvaluationRunDescription.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#runs(List.) - 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:
#runs(java.util.Collection)
-
nextToken
ListDataQualityRulesetEvaluationRunsResponse.Builder nextToken(String 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.
-
-