| Package | Description |
|---|---|
| software.amazon.awssdk.services.entityresolution.model |
| Modifier and Type | Method and Description |
|---|---|
static ResolutionTechniques.Builder |
ResolutionTechniques.builder() |
ResolutionTechniques.Builder |
ResolutionTechniques.Builder.resolutionType(ResolutionType resolutionType)
There are two types of matching,
RULE_MATCHING and ML_MATCHING |
ResolutionTechniques.Builder |
ResolutionTechniques.Builder.resolutionType(String resolutionType)
There are two types of matching,
RULE_MATCHING and ML_MATCHING |
default ResolutionTechniques.Builder |
ResolutionTechniques.Builder.ruleBasedProperties(Consumer<RuleBasedProperties.Builder> ruleBasedProperties)
An object which defines the list of matching rules to run and has a field
Rules, which is a list
of rule objects. |
ResolutionTechniques.Builder |
ResolutionTechniques.Builder.ruleBasedProperties(RuleBasedProperties ruleBasedProperties)
An object which defines the list of matching rules to run and has a field
Rules, which is a list
of rule objects. |
ResolutionTechniques.Builder |
ResolutionTechniques.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ResolutionTechniques.Builder> |
ResolutionTechniques.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateMatchingWorkflowResponse.Builder |
UpdateMatchingWorkflowResponse.Builder.resolutionTechniques(Consumer<ResolutionTechniques.Builder> resolutionTechniques)
An object which defines the
resolutionType and the ruleBasedProperties |
default CreateMatchingWorkflowResponse.Builder |
CreateMatchingWorkflowResponse.Builder.resolutionTechniques(Consumer<ResolutionTechniques.Builder> resolutionTechniques)
An object which defines the
resolutionType and the ruleBasedProperties |
default UpdateMatchingWorkflowRequest.Builder |
UpdateMatchingWorkflowRequest.Builder.resolutionTechniques(Consumer<ResolutionTechniques.Builder> resolutionTechniques)
An object which defines the
resolutionType and the ruleBasedProperties |
default GetMatchingWorkflowResponse.Builder |
GetMatchingWorkflowResponse.Builder.resolutionTechniques(Consumer<ResolutionTechniques.Builder> resolutionTechniques)
An object which defines the
resolutionType and the ruleBasedProperties |
default CreateMatchingWorkflowRequest.Builder |
CreateMatchingWorkflowRequest.Builder.resolutionTechniques(Consumer<ResolutionTechniques.Builder> resolutionTechniques)
An object which defines the
resolutionType and the ruleBasedProperties |
Copyright © 2023. All rights reserved.