| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
DataSource |
DataSource.clone() |
DataSource |
DataQualityRulesetEvaluationRunDescription.getDataSource()
The data source (an Glue table) associated with the run.
|
DataSource |
DataQualityRuleRecommendationRunDescription.getDataSource()
The data source (Glue table) associated with the recommendation run.
|
DataSource |
DataQualityRuleRecommendationRunFilter.getDataSource()
Filter based on a specified data source (Glue table).
|
DataSource |
DataQualityResultDescription.getDataSource()
The table name associated with the data quality result.
|
DataSource |
DataQualityResult.getDataSource()
The table associated with the data quality result, if any.
|
DataSource |
StartDataQualityRulesetEvaluationRunRequest.getDataSource()
The data source (Glue table) associated with this run.
|
DataSource |
StartDataQualityRuleRecommendationRunRequest.getDataSource()
The data source (Glue table) associated with this run.
|
DataSource |
GetDataQualityRulesetEvaluationRunResult.getDataSource()
The data source (an Glue table) associated with this evaluation run.
|
DataSource |
GetDataQualityRuleRecommendationRunResult.getDataSource()
The data source (an Glue table) associated with this run.
|
DataSource |
GetDataQualityResultResult.getDataSource()
The table associated with the data quality result, if any.
|
DataSource |
DataQualityResultFilterCriteria.getDataSource()
Filter results by the specified data source.
|
DataSource |
DataQualityRulesetEvaluationRunFilter.getDataSource()
Filter based on a data source (an Glue table) associated with the run.
|
DataSource |
DataSource.withGlueTable(GlueTable glueTable)
An Glue table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataQualityRulesetEvaluationRunDescription.setDataSource(DataSource dataSource)
The data source (an Glue table) associated with the run.
|
void |
DataQualityRuleRecommendationRunDescription.setDataSource(DataSource dataSource)
The data source (Glue table) associated with the recommendation run.
|
void |
DataQualityRuleRecommendationRunFilter.setDataSource(DataSource dataSource)
Filter based on a specified data source (Glue table).
|
void |
DataQualityResultDescription.setDataSource(DataSource dataSource)
The table name associated with the data quality result.
|
void |
DataQualityResult.setDataSource(DataSource dataSource)
The table associated with the data quality result, if any.
|
void |
StartDataQualityRulesetEvaluationRunRequest.setDataSource(DataSource dataSource)
The data source (Glue table) associated with this run.
|
void |
StartDataQualityRuleRecommendationRunRequest.setDataSource(DataSource dataSource)
The data source (Glue table) associated with this run.
|
void |
GetDataQualityRulesetEvaluationRunResult.setDataSource(DataSource dataSource)
The data source (an Glue table) associated with this evaluation run.
|
void |
GetDataQualityRuleRecommendationRunResult.setDataSource(DataSource dataSource)
The data source (an Glue table) associated with this run.
|
void |
GetDataQualityResultResult.setDataSource(DataSource dataSource)
The table associated with the data quality result, if any.
|
void |
DataQualityResultFilterCriteria.setDataSource(DataSource dataSource)
Filter results by the specified data source.
|
void |
DataQualityRulesetEvaluationRunFilter.setDataSource(DataSource dataSource)
Filter based on a data source (an Glue table) associated with the run.
|
DataQualityRulesetEvaluationRunDescription |
DataQualityRulesetEvaluationRunDescription.withDataSource(DataSource dataSource)
The data source (an Glue table) associated with the run.
|
DataQualityRuleRecommendationRunDescription |
DataQualityRuleRecommendationRunDescription.withDataSource(DataSource dataSource)
The data source (Glue table) associated with the recommendation run.
|
DataQualityRuleRecommendationRunFilter |
DataQualityRuleRecommendationRunFilter.withDataSource(DataSource dataSource)
Filter based on a specified data source (Glue table).
|
DataQualityResultDescription |
DataQualityResultDescription.withDataSource(DataSource dataSource)
The table name associated with the data quality result.
|
DataQualityResult |
DataQualityResult.withDataSource(DataSource dataSource)
The table associated with the data quality result, if any.
|
StartDataQualityRulesetEvaluationRunRequest |
StartDataQualityRulesetEvaluationRunRequest.withDataSource(DataSource dataSource)
The data source (Glue table) associated with this run.
|
StartDataQualityRuleRecommendationRunRequest |
StartDataQualityRuleRecommendationRunRequest.withDataSource(DataSource dataSource)
The data source (Glue table) associated with this run.
|
GetDataQualityRulesetEvaluationRunResult |
GetDataQualityRulesetEvaluationRunResult.withDataSource(DataSource dataSource)
The data source (an Glue table) associated with this evaluation run.
|
GetDataQualityRuleRecommendationRunResult |
GetDataQualityRuleRecommendationRunResult.withDataSource(DataSource dataSource)
The data source (an Glue table) associated with this run.
|
GetDataQualityResultResult |
GetDataQualityResultResult.withDataSource(DataSource dataSource)
The table associated with the data quality result, if any.
|
DataQualityResultFilterCriteria |
DataQualityResultFilterCriteria.withDataSource(DataSource dataSource)
Filter results by the specified data source.
|
DataQualityRulesetEvaluationRunFilter |
DataQualityRulesetEvaluationRunFilter.withDataSource(DataSource dataSource)
Filter based on a data source (an Glue table) associated with the run.
|
Copyright © 2023. All rights reserved.