public static interface ListDataQualityRulesetEvaluationRunsRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<ListDataQualityRulesetEvaluationRunsRequest.Builder,ListDataQualityRulesetEvaluationRunsRequest>
Modifier and Type | Method and Description |
---|---|
default ListDataQualityRulesetEvaluationRunsRequest.Builder |
filter(Consumer<DataQualityRulesetEvaluationRunFilter.Builder> filter)
The filter criteria.
|
ListDataQualityRulesetEvaluationRunsRequest.Builder |
filter(DataQualityRulesetEvaluationRunFilter filter)
The filter criteria.
|
ListDataQualityRulesetEvaluationRunsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return.
|
ListDataQualityRulesetEvaluationRunsRequest.Builder |
nextToken(String nextToken)
A paginated token to offset the results.
|
ListDataQualityRulesetEvaluationRunsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDataQualityRulesetEvaluationRunsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListDataQualityRulesetEvaluationRunsRequest.Builder filter(DataQualityRulesetEvaluationRunFilter filter)
The filter criteria.
filter
- The filter criteria.default ListDataQualityRulesetEvaluationRunsRequest.Builder filter(Consumer<DataQualityRulesetEvaluationRunFilter.Builder> filter)
The filter criteria.
This is a convenience method that creates an instance of theDataQualityRulesetEvaluationRunFilter.Builder
avoiding the need to create one manually via
DataQualityRulesetEvaluationRunFilter.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called
immediately and its result is passed to filter(DataQualityRulesetEvaluationRunFilter)
.
filter
- a consumer that will call methods on DataQualityRulesetEvaluationRunFilter.Builder
filter(DataQualityRulesetEvaluationRunFilter)
ListDataQualityRulesetEvaluationRunsRequest.Builder nextToken(String nextToken)
A paginated token to offset the results.
nextToken
- A paginated token to offset the results.ListDataQualityRulesetEvaluationRunsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return.
maxResults
- The maximum number of results to return.ListDataQualityRulesetEvaluationRunsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
ListDataQualityRulesetEvaluationRunsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.