static GetDataQualityRuleRecommendationRunResponse.Builder |
GetDataQualityRuleRecommendationRunResponse.builder() |
|
GetDataQualityRuleRecommendationRunResponse.Builder |
GetDataQualityRuleRecommendationRunResponse.Builder.completedOn(Instant completedOn) |
The date and time when this run was completed.
|
GetDataQualityRuleRecommendationRunResponse.Builder |
GetDataQualityRuleRecommendationRunResponse.Builder.createdRulesetName(String createdRulesetName) |
The name of the ruleset that was created by the run.
|
GetDataQualityRuleRecommendationRunResponse.Builder |
GetDataQualityRuleRecommendationRunResponse.Builder.dataQualitySecurityConfiguration(String dataQualitySecurityConfiguration) |
The name of the security configuration created with the data quality encryption option.
|
default GetDataQualityRuleRecommendationRunResponse.Builder |
GetDataQualityRuleRecommendationRunResponse.Builder.dataSource(Consumer<DataSource.Builder> dataSource) |
The data source (an Glue table) associated with this run.
|
GetDataQualityRuleRecommendationRunResponse.Builder |
GetDataQualityRuleRecommendationRunResponse.Builder.dataSource(DataSource dataSource) |
The data source (an Glue table) associated with this run.
|
GetDataQualityRuleRecommendationRunResponse.Builder |
GetDataQualityRuleRecommendationRunResponse.Builder.errorString(String errorString) |
The error strings that are associated with the run.
|
GetDataQualityRuleRecommendationRunResponse.Builder |
GetDataQualityRuleRecommendationRunResponse.Builder.executionTime(Integer executionTime) |
The amount of time (in seconds) that the run consumed resources.
|
GetDataQualityRuleRecommendationRunResponse.Builder |
GetDataQualityRuleRecommendationRunResponse.Builder.lastModifiedOn(Instant lastModifiedOn) |
A timestamp.
|
GetDataQualityRuleRecommendationRunResponse.Builder |
GetDataQualityRuleRecommendationRunResponse.Builder.numberOfWorkers(Integer numberOfWorkers) |
The number of G.1X workers to be used in the run.
|
GetDataQualityRuleRecommendationRunResponse.Builder |
GetDataQualityRuleRecommendationRunResponse.Builder.recommendedRuleset(String recommendedRuleset) |
When a start rule recommendation run completes, it creates a recommended ruleset (a set of rules).
|
GetDataQualityRuleRecommendationRunResponse.Builder |
GetDataQualityRuleRecommendationRunResponse.Builder.role(String role) |
An IAM role supplied to encrypt the results of the run.
|
GetDataQualityRuleRecommendationRunResponse.Builder |
GetDataQualityRuleRecommendationRunResponse.Builder.runId(String runId) |
The unique run identifier associated with this run.
|
GetDataQualityRuleRecommendationRunResponse.Builder |
GetDataQualityRuleRecommendationRunResponse.Builder.startedOn(Instant startedOn) |
The date and time when this run started.
|
GetDataQualityRuleRecommendationRunResponse.Builder |
GetDataQualityRuleRecommendationRunResponse.Builder.status(String status) |
The status for this run.
|
GetDataQualityRuleRecommendationRunResponse.Builder |
GetDataQualityRuleRecommendationRunResponse.Builder.status(TaskStatusType status) |
The status for this run.
|
GetDataQualityRuleRecommendationRunResponse.Builder |
GetDataQualityRuleRecommendationRunResponse.Builder.timeout(Integer timeout) |
The timeout for a run in minutes.
|
GetDataQualityRuleRecommendationRunResponse.Builder |
GetDataQualityRuleRecommendationRunResponse.toBuilder() |
|