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) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDataQualityRulesetEvaluationRunsRequest.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.Builderfilter(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.BuilderListDataQualityRulesetEvaluationRunsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.