public static interface DataQualityRuleRecommendationRunDescription.Builder extends SdkPojo, CopyableBuilder<DataQualityRuleRecommendationRunDescription.Builder,DataQualityRuleRecommendationRunDescription>
Modifier and Type | Method and Description |
---|---|
default DataQualityRuleRecommendationRunDescription.Builder |
dataSource(Consumer<DataSource.Builder> dataSource)
The data source (Glue table) associated with the recommendation run.
|
DataQualityRuleRecommendationRunDescription.Builder |
dataSource(DataSource dataSource)
The data source (Glue table) associated with the recommendation run.
|
DataQualityRuleRecommendationRunDescription.Builder |
runId(String runId)
The unique run identifier associated with this run.
|
DataQualityRuleRecommendationRunDescription.Builder |
startedOn(Instant startedOn)
The date and time when this run started.
|
DataQualityRuleRecommendationRunDescription.Builder |
status(String status)
The status for this run.
|
DataQualityRuleRecommendationRunDescription.Builder |
status(TaskStatusType status)
The status for this run.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
DataQualityRuleRecommendationRunDescription.Builder runId(String runId)
The unique run identifier associated with this run.
runId
- The unique run identifier associated with this run.DataQualityRuleRecommendationRunDescription.Builder status(String status)
The status for this run.
status
- The status for this run.TaskStatusType
,
TaskStatusType
DataQualityRuleRecommendationRunDescription.Builder status(TaskStatusType status)
The status for this run.
status
- The status for this run.TaskStatusType
,
TaskStatusType
DataQualityRuleRecommendationRunDescription.Builder startedOn(Instant startedOn)
The date and time when this run started.
startedOn
- The date and time when this run started.DataQualityRuleRecommendationRunDescription.Builder dataSource(DataSource dataSource)
The data source (Glue table) associated with the recommendation run.
dataSource
- The data source (Glue table) associated with the recommendation run.default DataQualityRuleRecommendationRunDescription.Builder dataSource(Consumer<DataSource.Builder> dataSource)
The data source (Glue table) associated with the recommendation 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.Builder
dataSource(DataSource)
Copyright © 2022. All rights reserved.