Uses of Interface
software.amazon.awssdk.services.entityresolution.model.StartIdMappingJobRequest.Builder
-
Packages that use StartIdMappingJobRequest.Builder Package Description software.amazon.awssdk.services.entityresolution Welcome to the Entity Resolution API Reference.software.amazon.awssdk.services.entityresolution.model -
-
Uses of StartIdMappingJobRequest.Builder in software.amazon.awssdk.services.entityresolution
Method parameters in software.amazon.awssdk.services.entityresolution with type arguments of type StartIdMappingJobRequest.Builder Modifier and Type Method Description default CompletableFuture<StartIdMappingJobResponse>EntityResolutionAsyncClient. startIdMappingJob(Consumer<StartIdMappingJobRequest.Builder> startIdMappingJobRequest)Starts theIdMappingJobof a workflow.default StartIdMappingJobResponseEntityResolutionClient. startIdMappingJob(Consumer<StartIdMappingJobRequest.Builder> startIdMappingJobRequest)Starts theIdMappingJobof a workflow. -
Uses of StartIdMappingJobRequest.Builder in software.amazon.awssdk.services.entityresolution.model
Methods in software.amazon.awssdk.services.entityresolution.model that return StartIdMappingJobRequest.Builder Modifier and Type Method Description static StartIdMappingJobRequest.BuilderStartIdMappingJobRequest. builder()StartIdMappingJobRequest.BuilderStartIdMappingJobRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartIdMappingJobRequest.BuilderStartIdMappingJobRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartIdMappingJobRequest.BuilderStartIdMappingJobRequest. toBuilder()StartIdMappingJobRequest.BuilderStartIdMappingJobRequest.Builder. workflowName(String workflowName)The name of the ID mapping job to be retrieved.Methods in software.amazon.awssdk.services.entityresolution.model that return types with arguments of type StartIdMappingJobRequest.Builder Modifier and Type Method Description static Class<? extends StartIdMappingJobRequest.Builder>StartIdMappingJobRequest. serializableBuilderClass()
-