GetDataQualityRulesetEvaluationRunResponse.Builder |
GetDataQualityRulesetEvaluationRunResponse.Builder.additionalDataSources(Map<String,DataSource> additionalDataSources) |
A map of reference strings to additional data sources you can specify for an evaluation run.
|
default GetDataQualityRulesetEvaluationRunResponse.Builder |
GetDataQualityRulesetEvaluationRunResponse.Builder.additionalRunOptions(Consumer<DataQualityEvaluationRunAdditionalRunOptions.Builder> additionalRunOptions) |
Additional run options you can specify for an evaluation run.
|
GetDataQualityRulesetEvaluationRunResponse.Builder |
GetDataQualityRulesetEvaluationRunResponse.Builder.additionalRunOptions(DataQualityEvaluationRunAdditionalRunOptions additionalRunOptions) |
Additional run options you can specify for an evaluation run.
|
static GetDataQualityRulesetEvaluationRunResponse.Builder |
GetDataQualityRulesetEvaluationRunResponse.builder() |
|
GetDataQualityRulesetEvaluationRunResponse.Builder |
GetDataQualityRulesetEvaluationRunResponse.Builder.completedOn(Instant completedOn) |
The date and time when this run was completed.
|
default GetDataQualityRulesetEvaluationRunResponse.Builder |
GetDataQualityRulesetEvaluationRunResponse.Builder.dataSource(Consumer<DataSource.Builder> dataSource) |
The data source (an Glue table) associated with this evaluation run.
|
GetDataQualityRulesetEvaluationRunResponse.Builder |
GetDataQualityRulesetEvaluationRunResponse.Builder.dataSource(DataSource dataSource) |
The data source (an Glue table) associated with this evaluation run.
|
GetDataQualityRulesetEvaluationRunResponse.Builder |
GetDataQualityRulesetEvaluationRunResponse.Builder.errorString(String errorString) |
The error strings that are associated with the run.
|
GetDataQualityRulesetEvaluationRunResponse.Builder |
GetDataQualityRulesetEvaluationRunResponse.Builder.executionTime(Integer executionTime) |
The amount of time (in seconds) that the run consumed resources.
|
GetDataQualityRulesetEvaluationRunResponse.Builder |
GetDataQualityRulesetEvaluationRunResponse.Builder.lastModifiedOn(Instant lastModifiedOn) |
A timestamp.
|
GetDataQualityRulesetEvaluationRunResponse.Builder |
GetDataQualityRulesetEvaluationRunResponse.Builder.numberOfWorkers(Integer numberOfWorkers) |
The number of G.1X workers to be used in the run.
|
GetDataQualityRulesetEvaluationRunResponse.Builder |
GetDataQualityRulesetEvaluationRunResponse.Builder.resultIds(String... resultIds) |
A list of result IDs for the data quality results for the run.
|
GetDataQualityRulesetEvaluationRunResponse.Builder |
GetDataQualityRulesetEvaluationRunResponse.Builder.resultIds(Collection<String> resultIds) |
A list of result IDs for the data quality results for the run.
|
GetDataQualityRulesetEvaluationRunResponse.Builder |
GetDataQualityRulesetEvaluationRunResponse.Builder.role(String role) |
An IAM role supplied to encrypt the results of the run.
|
GetDataQualityRulesetEvaluationRunResponse.Builder |
GetDataQualityRulesetEvaluationRunResponse.Builder.rulesetNames(String... rulesetNames) |
A list of ruleset names for the run.
|
GetDataQualityRulesetEvaluationRunResponse.Builder |
GetDataQualityRulesetEvaluationRunResponse.Builder.rulesetNames(Collection<String> rulesetNames) |
A list of ruleset names for the run.
|
GetDataQualityRulesetEvaluationRunResponse.Builder |
GetDataQualityRulesetEvaluationRunResponse.Builder.runId(String runId) |
The unique run identifier associated with this run.
|
GetDataQualityRulesetEvaluationRunResponse.Builder |
GetDataQualityRulesetEvaluationRunResponse.Builder.startedOn(Instant startedOn) |
The date and time when this run started.
|
GetDataQualityRulesetEvaluationRunResponse.Builder |
GetDataQualityRulesetEvaluationRunResponse.Builder.status(String status) |
The status for this run.
|
GetDataQualityRulesetEvaluationRunResponse.Builder |
GetDataQualityRulesetEvaluationRunResponse.Builder.status(TaskStatusType status) |
The status for this run.
|
GetDataQualityRulesetEvaluationRunResponse.Builder |
GetDataQualityRulesetEvaluationRunResponse.Builder.timeout(Integer timeout) |
The timeout for a run in minutes.
|
GetDataQualityRulesetEvaluationRunResponse.Builder |
GetDataQualityRulesetEvaluationRunResponse.toBuilder() |
|