public static interface DataQualityRulesetEvaluationRunFilter.Builder extends SdkPojo, CopyableBuilder<DataQualityRulesetEvaluationRunFilter.Builder,DataQualityRulesetEvaluationRunFilter>
| Modifier and Type | Method and Description |
|---|---|
default DataQualityRulesetEvaluationRunFilter.Builder |
dataSource(Consumer<DataSource.Builder> dataSource)
Filter based on a data source (an Glue table) associated with the run.
|
DataQualityRulesetEvaluationRunFilter.Builder |
dataSource(DataSource dataSource)
Filter based on a data source (an Glue table) associated with the run.
|
DataQualityRulesetEvaluationRunFilter.Builder |
startedAfter(Instant startedAfter)
Filter results by runs that started after this time.
|
DataQualityRulesetEvaluationRunFilter.Builder |
startedBefore(Instant startedBefore)
Filter results by runs that started before this time.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDataQualityRulesetEvaluationRunFilter.Builder dataSource(DataSource dataSource)
Filter based on a data source (an Glue table) associated with the run.
dataSource - Filter based on a data source (an Glue table) associated with the run.default DataQualityRulesetEvaluationRunFilter.Builder dataSource(Consumer<DataSource.Builder> dataSource)
Filter based on a data source (an Glue table) associated with the run.
This is a convenience method that creates an instance of theDataSource.Builder avoiding the need to
create one manually via DataSource.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to dataSource(DataSource).
dataSource - a consumer that will call methods on DataSource.BuilderdataSource(DataSource)DataQualityRulesetEvaluationRunFilter.Builder startedBefore(Instant startedBefore)
Filter results by runs that started before this time.
startedBefore - Filter results by runs that started before this time.DataQualityRulesetEvaluationRunFilter.Builder startedAfter(Instant startedAfter)
Filter results by runs that started after this time.
startedAfter - Filter results by runs that started after this time.Copyright © 2023. All rights reserved.