StartDataQualityRulesetEvaluationRunRequest.Builder |
StartDataQualityRulesetEvaluationRunRequest.Builder.additionalDataSources(Map<String,DataSource> additionalDataSources) |
A map of reference strings to additional data sources you can specify for an evaluation run.
|
default StartDataQualityRulesetEvaluationRunRequest.Builder |
StartDataQualityRulesetEvaluationRunRequest.Builder.additionalRunOptions(Consumer<DataQualityEvaluationRunAdditionalRunOptions.Builder> additionalRunOptions) |
Additional run options you can specify for an evaluation run.
|
StartDataQualityRulesetEvaluationRunRequest.Builder |
StartDataQualityRulesetEvaluationRunRequest.Builder.additionalRunOptions(DataQualityEvaluationRunAdditionalRunOptions additionalRunOptions) |
Additional run options you can specify for an evaluation run.
|
static StartDataQualityRulesetEvaluationRunRequest.Builder |
StartDataQualityRulesetEvaluationRunRequest.builder() |
|
StartDataQualityRulesetEvaluationRunRequest.Builder |
StartDataQualityRulesetEvaluationRunRequest.Builder.clientToken(String clientToken) |
Used for idempotency and is recommended to be set to a random ID (such as a UUID) to avoid creating or
starting multiple instances of the same resource.
|
default StartDataQualityRulesetEvaluationRunRequest.Builder |
StartDataQualityRulesetEvaluationRunRequest.Builder.dataSource(Consumer<DataSource.Builder> dataSource) |
The data source (Glue table) associated with this run.
|
StartDataQualityRulesetEvaluationRunRequest.Builder |
StartDataQualityRulesetEvaluationRunRequest.Builder.dataSource(DataSource dataSource) |
The data source (Glue table) associated with this run.
|
StartDataQualityRulesetEvaluationRunRequest.Builder |
StartDataQualityRulesetEvaluationRunRequest.Builder.numberOfWorkers(Integer numberOfWorkers) |
The number of G.1X workers to be used in the run.
|
StartDataQualityRulesetEvaluationRunRequest.Builder |
StartDataQualityRulesetEvaluationRunRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
StartDataQualityRulesetEvaluationRunRequest.Builder |
StartDataQualityRulesetEvaluationRunRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
StartDataQualityRulesetEvaluationRunRequest.Builder |
StartDataQualityRulesetEvaluationRunRequest.Builder.role(String role) |
An IAM role supplied to encrypt the results of the run.
|
StartDataQualityRulesetEvaluationRunRequest.Builder |
StartDataQualityRulesetEvaluationRunRequest.Builder.rulesetNames(String... rulesetNames) |
A list of ruleset names.
|
StartDataQualityRulesetEvaluationRunRequest.Builder |
StartDataQualityRulesetEvaluationRunRequest.Builder.rulesetNames(Collection<String> rulesetNames) |
A list of ruleset names.
|
StartDataQualityRulesetEvaluationRunRequest.Builder |
StartDataQualityRulesetEvaluationRunRequest.Builder.timeout(Integer timeout) |
The timeout for a run in minutes.
|
StartDataQualityRulesetEvaluationRunRequest.Builder |
StartDataQualityRulesetEvaluationRunRequest.toBuilder() |
|