| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue |
|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
default CancelDataQualityRulesetEvaluationRunResponse |
GlueClient.cancelDataQualityRulesetEvaluationRun(Consumer<CancelDataQualityRulesetEvaluationRunRequest.Builder> cancelDataQualityRulesetEvaluationRunRequest)
Cancels a run where a ruleset is being evaluated against a data source.
|
default CompletableFuture<CancelDataQualityRulesetEvaluationRunResponse> |
GlueAsyncClient.cancelDataQualityRulesetEvaluationRun(Consumer<CancelDataQualityRulesetEvaluationRunRequest.Builder> cancelDataQualityRulesetEvaluationRunRequest)
Cancels a run where a ruleset is being evaluated against a data source.
|
| Modifier and Type | Method and Description |
|---|---|
static CancelDataQualityRulesetEvaluationRunRequest.Builder |
CancelDataQualityRulesetEvaluationRunRequest.builder() |
CancelDataQualityRulesetEvaluationRunRequest.Builder |
CancelDataQualityRulesetEvaluationRunRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CancelDataQualityRulesetEvaluationRunRequest.Builder |
CancelDataQualityRulesetEvaluationRunRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CancelDataQualityRulesetEvaluationRunRequest.Builder |
CancelDataQualityRulesetEvaluationRunRequest.Builder.runId(String runId)
The unique run identifier associated with this run.
|
CancelDataQualityRulesetEvaluationRunRequest.Builder |
CancelDataQualityRulesetEvaluationRunRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CancelDataQualityRulesetEvaluationRunRequest.Builder> |
CancelDataQualityRulesetEvaluationRunRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.