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