Uses of Interface
software.amazon.awssdk.services.glue.model.CancelDataQualityRulesetEvaluationRunRequest.Builder
-
Packages that use CancelDataQualityRulesetEvaluationRunRequest.Builder Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.model -
-
Uses of CancelDataQualityRulesetEvaluationRunRequest.Builder in software.amazon.awssdk.services.glue
Method parameters in software.amazon.awssdk.services.glue with type arguments of type CancelDataQualityRulesetEvaluationRunRequest.Builder Modifier and Type Method Description default CompletableFuture<CancelDataQualityRulesetEvaluationRunResponse>GlueAsyncClient. cancelDataQualityRulesetEvaluationRun(Consumer<CancelDataQualityRulesetEvaluationRunRequest.Builder> cancelDataQualityRulesetEvaluationRunRequest)Cancels a run where a ruleset is being evaluated against a data source.default CancelDataQualityRulesetEvaluationRunResponseGlueClient. cancelDataQualityRulesetEvaluationRun(Consumer<CancelDataQualityRulesetEvaluationRunRequest.Builder> cancelDataQualityRulesetEvaluationRunRequest)Cancels a run where a ruleset is being evaluated against a data source. -
Uses of CancelDataQualityRulesetEvaluationRunRequest.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return CancelDataQualityRulesetEvaluationRunRequest.Builder Modifier and Type Method Description static CancelDataQualityRulesetEvaluationRunRequest.BuilderCancelDataQualityRulesetEvaluationRunRequest. builder()CancelDataQualityRulesetEvaluationRunRequest.BuilderCancelDataQualityRulesetEvaluationRunRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CancelDataQualityRulesetEvaluationRunRequest.BuilderCancelDataQualityRulesetEvaluationRunRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CancelDataQualityRulesetEvaluationRunRequest.BuilderCancelDataQualityRulesetEvaluationRunRequest.Builder. runId(String runId)The unique run identifier associated with this run.CancelDataQualityRulesetEvaluationRunRequest.BuilderCancelDataQualityRulesetEvaluationRunRequest. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type CancelDataQualityRulesetEvaluationRunRequest.Builder Modifier and Type Method Description static Class<? extends CancelDataQualityRulesetEvaluationRunRequest.Builder>CancelDataQualityRulesetEvaluationRunRequest. serializableBuilderClass()
-