| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
DataSource |
GetDataQualityRuleRecommendationRunResponse.dataSource()
The data source (an Glue table) associated with this run.
|
DataSource |
StartDataQualityRulesetEvaluationRunRequest.dataSource()
The data source (Glue table) associated with this run.
|
DataSource |
StartDataQualityRuleRecommendationRunRequest.dataSource()
The data source (Glue table) associated with this run.
|
DataSource |
DataQualityResultDescription.dataSource()
The table name associated with the data quality result.
|
DataSource |
DataQualityResult.dataSource()
The table associated with the data quality result, if any.
|
DataSource |
DataQualityRulesetEvaluationRunFilter.dataSource()
Filter based on a data source (an Glue table) associated with the run.
|
DataSource |
GetDataQualityRulesetEvaluationRunResponse.dataSource()
The data source (an Glue table) associated with this evaluation run.
|
DataSource |
GetDataQualityResultResponse.dataSource()
The table associated with the data quality result, if any.
|
DataSource |
DataQualityResultFilterCriteria.dataSource()
Filter results by the specified data source.
|
DataSource |
DataQualityRuleRecommendationRunFilter.dataSource()
Filter based on a specified data source (Glue table).
|
DataSource |
DataQualityRuleRecommendationRunDescription.dataSource()
The data source (Glue table) associated with the recommendation run.
|
DataSource |
DataQualityRulesetEvaluationRunDescription.dataSource()
The data source (an Glue table) associated with the run.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,DataSource> |
StartDataQualityRulesetEvaluationRunRequest.additionalDataSources()
A map of reference strings to additional data sources you can specify for an evaluation run.
|
Map<String,DataSource> |
GetDataQualityRulesetEvaluationRunResponse.additionalDataSources()
A map of reference strings to additional data sources you can specify for an evaluation run.
|
| Modifier and Type | Method and Description |
|---|---|
GetDataQualityRuleRecommendationRunResponse.Builder |
GetDataQualityRuleRecommendationRunResponse.Builder.dataSource(DataSource dataSource)
The data source (an Glue table) associated with this run.
|
StartDataQualityRulesetEvaluationRunRequest.Builder |
StartDataQualityRulesetEvaluationRunRequest.Builder.dataSource(DataSource dataSource)
The data source (Glue table) associated with this run.
|
StartDataQualityRuleRecommendationRunRequest.Builder |
StartDataQualityRuleRecommendationRunRequest.Builder.dataSource(DataSource dataSource)
The data source (Glue table) associated with this run.
|
DataQualityResultDescription.Builder |
DataQualityResultDescription.Builder.dataSource(DataSource dataSource)
The table name associated with the data quality result.
|
DataQualityResult.Builder |
DataQualityResult.Builder.dataSource(DataSource dataSource)
The table associated with the data quality result, if any.
|
DataQualityRulesetEvaluationRunFilter.Builder |
DataQualityRulesetEvaluationRunFilter.Builder.dataSource(DataSource dataSource)
Filter based on a data source (an Glue table) associated with the run.
|
GetDataQualityRulesetEvaluationRunResponse.Builder |
GetDataQualityRulesetEvaluationRunResponse.Builder.dataSource(DataSource dataSource)
The data source (an Glue table) associated with this evaluation run.
|
GetDataQualityResultResponse.Builder |
GetDataQualityResultResponse.Builder.dataSource(DataSource dataSource)
The table associated with the data quality result, if any.
|
DataQualityResultFilterCriteria.Builder |
DataQualityResultFilterCriteria.Builder.dataSource(DataSource dataSource)
Filter results by the specified data source.
|
DataQualityRuleRecommendationRunFilter.Builder |
DataQualityRuleRecommendationRunFilter.Builder.dataSource(DataSource dataSource)
Filter based on a specified data source (Glue table).
|
DataQualityRuleRecommendationRunDescription.Builder |
DataQualityRuleRecommendationRunDescription.Builder.dataSource(DataSource dataSource)
The data source (Glue table) associated with the recommendation run.
|
DataQualityRulesetEvaluationRunDescription.Builder |
DataQualityRulesetEvaluationRunDescription.Builder.dataSource(DataSource dataSource)
The data source (an Glue table) associated with the run.
|
| Modifier and Type | Method and Description |
|---|---|
StartDataQualityRulesetEvaluationRunRequest.Builder |
StartDataQualityRulesetEvaluationRunRequest.Builder.additionalDataSources(Map<String,DataSource> additionalDataSources)
A map of reference strings to additional data sources you can specify for an evaluation run.
|
GetDataQualityRulesetEvaluationRunResponse.Builder |
GetDataQualityRulesetEvaluationRunResponse.Builder.additionalDataSources(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.