public static interface GetDataQualityRuleRecommendationRunResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<GetDataQualityRuleRecommendationRunResponse.Builder,GetDataQualityRuleRecommendationRunResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetDataQualityRuleRecommendationRunResponse.Builder runId(String runId)
The unique run identifier associated with this run.
runId - The unique run identifier associated with this run.GetDataQualityRuleRecommendationRunResponse.Builder dataSource(DataSource dataSource)
The data source (an Glue table) associated with this run.
dataSource - The data source (an Glue table) associated with this run.default GetDataQualityRuleRecommendationRunResponse.Builder dataSource(Consumer<DataSource.Builder> dataSource)
The data source (an Glue table) associated with this 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)GetDataQualityRuleRecommendationRunResponse.Builder role(String role)
An IAM role supplied to encrypt the results of the run.
role - An IAM role supplied to encrypt the results of the run.GetDataQualityRuleRecommendationRunResponse.Builder numberOfWorkers(Integer numberOfWorkers)
The number of G.1X workers to be used in the run. The default is 5.
numberOfWorkers - The number of G.1X workers to be used in the run. The default is 5.GetDataQualityRuleRecommendationRunResponse.Builder timeout(Integer timeout)
The timeout for a run in minutes. This is the maximum time that a run can consume resources before it is
terminated and enters TIMEOUT status. The default is 2,880 minutes (48 hours).
timeout - The timeout for a run in minutes. This is the maximum time that a run can consume resources before it
is terminated and enters TIMEOUT status. The default is 2,880 minutes (48 hours).GetDataQualityRuleRecommendationRunResponse.Builder status(String status)
The status for this run.
status - The status for this run.TaskStatusType,
TaskStatusTypeGetDataQualityRuleRecommendationRunResponse.Builder status(TaskStatusType status)
The status for this run.
status - The status for this run.TaskStatusType,
TaskStatusTypeGetDataQualityRuleRecommendationRunResponse.Builder errorString(String errorString)
The error strings that are associated with the run.
errorString - The error strings that are associated with the run.GetDataQualityRuleRecommendationRunResponse.Builder startedOn(Instant startedOn)
The date and time when this run started.
startedOn - The date and time when this run started.GetDataQualityRuleRecommendationRunResponse.Builder lastModifiedOn(Instant lastModifiedOn)
A timestamp. The last point in time when this data quality rule recommendation run was modified.
lastModifiedOn - A timestamp. The last point in time when this data quality rule recommendation run was modified.GetDataQualityRuleRecommendationRunResponse.Builder completedOn(Instant completedOn)
The date and time when this run was completed.
completedOn - The date and time when this run was completed.GetDataQualityRuleRecommendationRunResponse.Builder executionTime(Integer executionTime)
The amount of time (in seconds) that the run consumed resources.
executionTime - The amount of time (in seconds) that the run consumed resources.GetDataQualityRuleRecommendationRunResponse.Builder recommendedRuleset(String recommendedRuleset)
When a start rule recommendation run completes, it creates a recommended ruleset (a set of rules). This member has those rules in Data Quality Definition Language (DQDL) format.
recommendedRuleset - When a start rule recommendation run completes, it creates a recommended ruleset (a set of rules).
This member has those rules in Data Quality Definition Language (DQDL) format.GetDataQualityRuleRecommendationRunResponse.Builder createdRulesetName(String createdRulesetName)
The name of the ruleset that was created by the run.
createdRulesetName - The name of the ruleset that was created by the run.Copyright © 2023. All rights reserved.