static DataQualityRulesetEvaluationRunDescription.Builder |
DataQualityRulesetEvaluationRunDescription.builder() |
|
default DataQualityRulesetEvaluationRunDescription.Builder |
DataQualityRulesetEvaluationRunDescription.Builder.dataSource(Consumer<DataSource.Builder> dataSource) |
The data source (an Glue table) associated with the run.
|
DataQualityRulesetEvaluationRunDescription.Builder |
DataQualityRulesetEvaluationRunDescription.Builder.dataSource(DataSource dataSource) |
The data source (an Glue table) associated with the run.
|
DataQualityRulesetEvaluationRunDescription.Builder |
DataQualityRulesetEvaluationRunDescription.Builder.runId(String runId) |
The unique run identifier associated with this run.
|
DataQualityRulesetEvaluationRunDescription.Builder |
DataQualityRulesetEvaluationRunDescription.Builder.startedOn(Instant startedOn) |
The date and time when the run started.
|
DataQualityRulesetEvaluationRunDescription.Builder |
DataQualityRulesetEvaluationRunDescription.Builder.status(String status) |
The status for this run.
|
DataQualityRulesetEvaluationRunDescription.Builder |
DataQualityRulesetEvaluationRunDescription.Builder.status(TaskStatusType status) |
The status for this run.
|
DataQualityRulesetEvaluationRunDescription.Builder |
DataQualityRulesetEvaluationRunDescription.toBuilder() |
|