public static interface DataQualityRulesetEvaluationRunDescription.Builder extends SdkPojo, CopyableBuilder<DataQualityRulesetEvaluationRunDescription.Builder,DataQualityRulesetEvaluationRunDescription>
| Modifier and Type | Method and Description |
|---|---|
default DataQualityRulesetEvaluationRunDescription.Builder |
dataSource(Consumer<DataSource.Builder> dataSource)
The data source (an Glue table) associated with the run.
|
DataQualityRulesetEvaluationRunDescription.Builder |
dataSource(DataSource dataSource)
The data source (an Glue table) associated with the run.
|
DataQualityRulesetEvaluationRunDescription.Builder |
runId(String runId)
The unique run identifier associated with this run.
|
DataQualityRulesetEvaluationRunDescription.Builder |
startedOn(Instant startedOn)
The date and time when the run started.
|
DataQualityRulesetEvaluationRunDescription.Builder |
status(String status)
The status for this run.
|
DataQualityRulesetEvaluationRunDescription.Builder |
status(TaskStatusType status)
The status for this run.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDataQualityRulesetEvaluationRunDescription.Builder runId(String runId)
The unique run identifier associated with this run.
runId - The unique run identifier associated with this run.DataQualityRulesetEvaluationRunDescription.Builder status(String status)
The status for this run.
status - The status for this run.TaskStatusType,
TaskStatusTypeDataQualityRulesetEvaluationRunDescription.Builder status(TaskStatusType status)
The status for this run.
status - The status for this run.TaskStatusType,
TaskStatusTypeDataQualityRulesetEvaluationRunDescription.Builder startedOn(Instant startedOn)
The date and time when the run started.
startedOn - The date and time when the run started.DataQualityRulesetEvaluationRunDescription.Builder dataSource(DataSource dataSource)
The data source (an Glue table) associated with the run.
dataSource - The data source (an Glue table) associated with the run.default DataQualityRulesetEvaluationRunDescription.Builder dataSource(Consumer<DataSource.Builder> dataSource)
The data source (an Glue table) associated with the run.
This is a convenience method that creates an instance of theDataSource.Builder avoiding the need to
create one manually via DataSource.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to dataSource(DataSource).
dataSource - a consumer that will call methods on DataSource.BuilderdataSource(DataSource)Copyright © 2023. All rights reserved.