| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
DataQualityRulesetEvaluationRunDescription |
DataQualityRulesetEvaluationRunDescription.clone() |
DataQualityRulesetEvaluationRunDescription |
DataQualityRulesetEvaluationRunDescription.withDataSource(DataSource dataSource)
The data source (an Glue table) associated with the run.
|
DataQualityRulesetEvaluationRunDescription |
DataQualityRulesetEvaluationRunDescription.withRunId(String runId)
The unique run identifier associated with this run.
|
DataQualityRulesetEvaluationRunDescription |
DataQualityRulesetEvaluationRunDescription.withStartedOn(Date startedOn)
The date and time when the run started.
|
DataQualityRulesetEvaluationRunDescription |
DataQualityRulesetEvaluationRunDescription.withStatus(String status)
The status for this run.
|
DataQualityRulesetEvaluationRunDescription |
DataQualityRulesetEvaluationRunDescription.withStatus(TaskStatusType status)
The status for this run.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataQualityRulesetEvaluationRunDescription> |
ListDataQualityRulesetEvaluationRunsResult.getRuns()
A list of
DataQualityRulesetEvaluationRunDescription objects representing data quality ruleset runs. |
| Modifier and Type | Method and Description |
|---|---|
ListDataQualityRulesetEvaluationRunsResult |
ListDataQualityRulesetEvaluationRunsResult.withRuns(DataQualityRulesetEvaluationRunDescription... runs)
A list of
DataQualityRulesetEvaluationRunDescription objects representing data quality ruleset runs. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListDataQualityRulesetEvaluationRunsResult.setRuns(Collection<DataQualityRulesetEvaluationRunDescription> runs)
A list of
DataQualityRulesetEvaluationRunDescription objects representing data quality ruleset runs. |
ListDataQualityRulesetEvaluationRunsResult |
ListDataQualityRulesetEvaluationRunsResult.withRuns(Collection<DataQualityRulesetEvaluationRunDescription> runs)
A list of
DataQualityRulesetEvaluationRunDescription objects representing data quality ruleset runs. |
Copyright © 2025. All rights reserved.