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