Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
DataSource |
DataSource.clone() |
DataSource |
DataQualityRulesetEvaluationRunFilter.getDataSource()
Filter based on a data source (an Glue table) associated with the 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 |
DataQualityResultFilterCriteria.getDataSource()
Filter results by the specified data source.
|
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 |
GetDataQualityResultResult.getDataSource()
The table associated with the data quality result, if any.
|
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 |
GetDataQualityRuleRecommendationRunResult.getDataSource()
The data source (an Glue table) associated with this run.
|
DataSource |
DataQualityResult.getDataSource()
The table associated with the data quality result, if any.
|
DataSource |
DataSource.withGlueTable(GlueTable glueTable)
An Glue table.
|
Modifier and Type | Method and Description |
---|---|
Map<String,DataSource> |
StartDataQualityRulesetEvaluationRunRequest.getAdditionalDataSources()
A map of reference strings to additional data sources you can specify for an evaluation run.
|
Map<String,DataSource> |
GetDataQualityRulesetEvaluationRunResult.getAdditionalDataSources()
A map of reference strings to additional data sources you can specify for an evaluation run.
|
Modifier and Type | Method and Description |
---|---|
StartDataQualityRulesetEvaluationRunRequest |
StartDataQualityRulesetEvaluationRunRequest.addAdditionalDataSourcesEntry(String key,
DataSource value)
Add a single AdditionalDataSources entry
|
GetDataQualityRulesetEvaluationRunResult |
GetDataQualityRulesetEvaluationRunResult.addAdditionalDataSourcesEntry(String key,
DataSource value)
Add a single AdditionalDataSources entry
|
void |
DataQualityRulesetEvaluationRunFilter.setDataSource(DataSource dataSource)
Filter based on a data source (an Glue table) associated with the 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 |
DataQualityResultFilterCriteria.setDataSource(DataSource dataSource)
Filter results by the specified data source.
|
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 |
GetDataQualityResultResult.setDataSource(DataSource dataSource)
The table associated with the data quality result, if any.
|
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 |
GetDataQualityRuleRecommendationRunResult.setDataSource(DataSource dataSource)
The data source (an Glue table) associated with this run.
|
void |
DataQualityResult.setDataSource(DataSource dataSource)
The table associated with the data quality result, if any.
|
DataQualityRulesetEvaluationRunFilter |
DataQualityRulesetEvaluationRunFilter.withDataSource(DataSource dataSource)
Filter based on a data source (an Glue table) associated with the 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.
|
DataQualityResultFilterCriteria |
DataQualityResultFilterCriteria.withDataSource(DataSource dataSource)
Filter results by the specified data source.
|
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.
|
GetDataQualityResultResult |
GetDataQualityResultResult.withDataSource(DataSource dataSource)
The table associated with the data quality result, if any.
|
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.
|
GetDataQualityRuleRecommendationRunResult |
GetDataQualityRuleRecommendationRunResult.withDataSource(DataSource dataSource)
The data source (an Glue table) associated with this run.
|
DataQualityResult |
DataQualityResult.withDataSource(DataSource dataSource)
The table associated with the data quality result, if any.
|
Modifier and Type | Method and Description |
---|---|
void |
StartDataQualityRulesetEvaluationRunRequest.setAdditionalDataSources(Map<String,DataSource> additionalDataSources)
A map of reference strings to additional data sources you can specify for an evaluation run.
|
void |
GetDataQualityRulesetEvaluationRunResult.setAdditionalDataSources(Map<String,DataSource> additionalDataSources)
A map of reference strings to additional data sources you can specify for an evaluation run.
|
StartDataQualityRulesetEvaluationRunRequest |
StartDataQualityRulesetEvaluationRunRequest.withAdditionalDataSources(Map<String,DataSource> additionalDataSources)
A map of reference strings to additional data sources you can specify for an evaluation run.
|
GetDataQualityRulesetEvaluationRunResult |
GetDataQualityRulesetEvaluationRunResult.withAdditionalDataSources(Map<String,DataSource> additionalDataSources)
A map of reference strings to additional data sources you can specify for an evaluation run.
|
Copyright © 2023. All rights reserved.