Uses of Interface
software.amazon.awssdk.services.entityresolution.model.GetMatchingJobRequest.Builder
-
Packages that use GetMatchingJobRequest.Builder Package Description software.amazon.awssdk.services.entityresolution Welcome to the Entity Resolution API Reference.software.amazon.awssdk.services.entityresolution.model -
-
Uses of GetMatchingJobRequest.Builder in software.amazon.awssdk.services.entityresolution
Method parameters in software.amazon.awssdk.services.entityresolution with type arguments of type GetMatchingJobRequest.Builder Modifier and Type Method Description default CompletableFuture<GetMatchingJobResponse>EntityResolutionAsyncClient. getMatchingJob(Consumer<GetMatchingJobRequest.Builder> getMatchingJobRequest)Gets the status, metrics, and errors (if there are any) that are associated with a job.default GetMatchingJobResponseEntityResolutionClient. getMatchingJob(Consumer<GetMatchingJobRequest.Builder> getMatchingJobRequest)Gets the status, metrics, and errors (if there are any) that are associated with a job. -
Uses of GetMatchingJobRequest.Builder in software.amazon.awssdk.services.entityresolution.model
Methods in software.amazon.awssdk.services.entityresolution.model that return GetMatchingJobRequest.Builder Modifier and Type Method Description static GetMatchingJobRequest.BuilderGetMatchingJobRequest. builder()GetMatchingJobRequest.BuilderGetMatchingJobRequest.Builder. jobId(String jobId)The ID of the job.GetMatchingJobRequest.BuilderGetMatchingJobRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetMatchingJobRequest.BuilderGetMatchingJobRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetMatchingJobRequest.BuilderGetMatchingJobRequest. toBuilder()GetMatchingJobRequest.BuilderGetMatchingJobRequest.Builder. workflowName(String workflowName)The name of the workflow.Methods in software.amazon.awssdk.services.entityresolution.model that return types with arguments of type GetMatchingJobRequest.Builder Modifier and Type Method Description static Class<? extends GetMatchingJobRequest.Builder>GetMatchingJobRequest. serializableBuilderClass()
-