Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
StartDataQualityRulesetEvaluationRunRequest |
StartDataQualityRulesetEvaluationRunRequest.addAdditionalDataSourcesEntry(String key,
DataSource value)
Add a single AdditionalDataSources entry
|
StartDataQualityRulesetEvaluationRunRequest |
StartDataQualityRulesetEvaluationRunRequest.clearAdditionalDataSourcesEntries()
Removes all the entries added into AdditionalDataSources.
|
StartDataQualityRulesetEvaluationRunRequest |
StartDataQualityRulesetEvaluationRunRequest.clone() |
StartDataQualityRulesetEvaluationRunRequest |
StartDataQualityRulesetEvaluationRunRequest.withAdditionalDataSources(Map<String,DataSource> additionalDataSources)
A map of reference strings to additional data sources you can specify for an evaluation run.
|
StartDataQualityRulesetEvaluationRunRequest |
StartDataQualityRulesetEvaluationRunRequest.withAdditionalRunOptions(DataQualityEvaluationRunAdditionalRunOptions additionalRunOptions)
Additional run options you can specify for an evaluation run.
|
StartDataQualityRulesetEvaluationRunRequest |
StartDataQualityRulesetEvaluationRunRequest.withClientToken(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.
|
StartDataQualityRulesetEvaluationRunRequest |
StartDataQualityRulesetEvaluationRunRequest.withDataSource(DataSource dataSource)
The data source (Glue table) associated with this run.
|
StartDataQualityRulesetEvaluationRunRequest |
StartDataQualityRulesetEvaluationRunRequest.withNumberOfWorkers(Integer numberOfWorkers)
The number of
G.1X workers to be used in the run. |
StartDataQualityRulesetEvaluationRunRequest |
StartDataQualityRulesetEvaluationRunRequest.withRole(String role)
An IAM role supplied to encrypt the results of the run.
|
StartDataQualityRulesetEvaluationRunRequest |
StartDataQualityRulesetEvaluationRunRequest.withRulesetNames(Collection<String> rulesetNames)
A list of ruleset names.
|
StartDataQualityRulesetEvaluationRunRequest |
StartDataQualityRulesetEvaluationRunRequest.withRulesetNames(String... rulesetNames)
A list of ruleset names.
|
StartDataQualityRulesetEvaluationRunRequest |
StartDataQualityRulesetEvaluationRunRequest.withTimeout(Integer timeout)
The timeout for a run in minutes.
|
Copyright © 2023. All rights reserved.