Uses of Interface
software.amazon.awssdk.services.entityresolution.model.StartMatchingJobRequest.Builder
-
Packages that use StartMatchingJobRequest.Builder Package Description software.amazon.awssdk.services.entityresolution Welcome to the Entity Resolution API Reference.software.amazon.awssdk.services.entityresolution.model -
-
Uses of StartMatchingJobRequest.Builder in software.amazon.awssdk.services.entityresolution
Method parameters in software.amazon.awssdk.services.entityresolution with type arguments of type StartMatchingJobRequest.Builder Modifier and Type Method Description default CompletableFuture<StartMatchingJobResponse>EntityResolutionAsyncClient. startMatchingJob(Consumer<StartMatchingJobRequest.Builder> startMatchingJobRequest)Starts theMatchingJobof a workflow.default StartMatchingJobResponseEntityResolutionClient. startMatchingJob(Consumer<StartMatchingJobRequest.Builder> startMatchingJobRequest)Starts theMatchingJobof a workflow. -
Uses of StartMatchingJobRequest.Builder in software.amazon.awssdk.services.entityresolution.model
Methods in software.amazon.awssdk.services.entityresolution.model that return StartMatchingJobRequest.Builder Modifier and Type Method Description static StartMatchingJobRequest.BuilderStartMatchingJobRequest. builder()StartMatchingJobRequest.BuilderStartMatchingJobRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartMatchingJobRequest.BuilderStartMatchingJobRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartMatchingJobRequest.BuilderStartMatchingJobRequest. toBuilder()StartMatchingJobRequest.BuilderStartMatchingJobRequest.Builder. workflowName(String workflowName)The name of the matching job to be retrieved.Methods in software.amazon.awssdk.services.entityresolution.model that return types with arguments of type StartMatchingJobRequest.Builder Modifier and Type Method Description static Class<? extends StartMatchingJobRequest.Builder>StartMatchingJobRequest. serializableBuilderClass()
-