| Package | Description |
|---|---|
| software.amazon.awssdk.services.entityresolution |
Welcome to the Entity Resolution API Reference.
|
| software.amazon.awssdk.services.entityresolution.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateMatchingWorkflowResponse |
EntityResolutionClient.createMatchingWorkflow(Consumer<CreateMatchingWorkflowRequest.Builder> createMatchingWorkflowRequest)
Creates a
MatchingWorkflow object which stores the configuration of the data processing job to be
run. |
default CompletableFuture<CreateMatchingWorkflowResponse> |
EntityResolutionAsyncClient.createMatchingWorkflow(Consumer<CreateMatchingWorkflowRequest.Builder> createMatchingWorkflowRequest)
Creates a
MatchingWorkflow object which stores the configuration of the data processing job to be
run. |
| Modifier and Type | Method and Description |
|---|---|
static CreateMatchingWorkflowRequest.Builder |
CreateMatchingWorkflowRequest.builder() |
CreateMatchingWorkflowRequest.Builder |
CreateMatchingWorkflowRequest.Builder.description(String description)
A description of the workflow.
|
default CreateMatchingWorkflowRequest.Builder |
CreateMatchingWorkflowRequest.Builder.incrementalRunConfig(Consumer<IncrementalRunConfig.Builder> incrementalRunConfig)
An object which defines an incremental run type and has only
incrementalRunType as a field. |
CreateMatchingWorkflowRequest.Builder |
CreateMatchingWorkflowRequest.Builder.incrementalRunConfig(IncrementalRunConfig incrementalRunConfig)
An object which defines an incremental run type and has only
incrementalRunType as a field. |
CreateMatchingWorkflowRequest.Builder |
CreateMatchingWorkflowRequest.Builder.inputSourceConfig(Collection<InputSource> inputSourceConfig)
A list of
InputSource objects, which have the fields InputSourceARN and
SchemaName. |
CreateMatchingWorkflowRequest.Builder |
CreateMatchingWorkflowRequest.Builder.inputSourceConfig(Consumer<InputSource.Builder>... inputSourceConfig)
A list of
InputSource objects, which have the fields InputSourceARN and
SchemaName. |
CreateMatchingWorkflowRequest.Builder |
CreateMatchingWorkflowRequest.Builder.inputSourceConfig(InputSource... inputSourceConfig)
A list of
InputSource objects, which have the fields InputSourceARN and
SchemaName. |
CreateMatchingWorkflowRequest.Builder |
CreateMatchingWorkflowRequest.Builder.outputSourceConfig(Collection<OutputSource> outputSourceConfig)
A list of
OutputSource objects, each of which contains fields OutputS3Path,
ApplyNormalization, and Output. |
CreateMatchingWorkflowRequest.Builder |
CreateMatchingWorkflowRequest.Builder.outputSourceConfig(Consumer<OutputSource.Builder>... outputSourceConfig)
A list of
OutputSource objects, each of which contains fields OutputS3Path,
ApplyNormalization, and Output. |
CreateMatchingWorkflowRequest.Builder |
CreateMatchingWorkflowRequest.Builder.outputSourceConfig(OutputSource... outputSourceConfig)
A list of
OutputSource objects, each of which contains fields OutputS3Path,
ApplyNormalization, and Output. |
CreateMatchingWorkflowRequest.Builder |
CreateMatchingWorkflowRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateMatchingWorkflowRequest.Builder |
CreateMatchingWorkflowRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default CreateMatchingWorkflowRequest.Builder |
CreateMatchingWorkflowRequest.Builder.resolutionTechniques(Consumer<ResolutionTechniques.Builder> resolutionTechniques)
An object which defines the
resolutionType and the ruleBasedProperties. |
CreateMatchingWorkflowRequest.Builder |
CreateMatchingWorkflowRequest.Builder.resolutionTechniques(ResolutionTechniques resolutionTechniques)
An object which defines the
resolutionType and the ruleBasedProperties. |
CreateMatchingWorkflowRequest.Builder |
CreateMatchingWorkflowRequest.Builder.roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role.
|
CreateMatchingWorkflowRequest.Builder |
CreateMatchingWorkflowRequest.Builder.tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
CreateMatchingWorkflowRequest.Builder |
CreateMatchingWorkflowRequest.toBuilder() |
CreateMatchingWorkflowRequest.Builder |
CreateMatchingWorkflowRequest.Builder.workflowName(String workflowName)
The name of the workflow.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateMatchingWorkflowRequest.Builder> |
CreateMatchingWorkflowRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.