public static interface ResolutionTechniques.Builder extends SdkPojo, CopyableBuilder<ResolutionTechniques.Builder,ResolutionTechniques>
| Modifier and Type | Method and Description |
|---|---|
default ResolutionTechniques.Builder |
providerProperties(Consumer<ProviderProperties.Builder> providerProperties)
The properties of the provider service.
|
ResolutionTechniques.Builder |
providerProperties(ProviderProperties providerProperties)
The properties of the provider service.
|
ResolutionTechniques.Builder |
resolutionType(ResolutionType resolutionType)
The type of matching.
|
ResolutionTechniques.Builder |
resolutionType(String resolutionType)
The type of matching.
|
default 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 |
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. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildResolutionTechniques.Builder providerProperties(ProviderProperties providerProperties)
The properties of the provider service.
providerProperties - The properties of the provider service.default ResolutionTechniques.Builder providerProperties(Consumer<ProviderProperties.Builder> providerProperties)
The properties of the provider service.
This is a convenience method that creates an instance of theProviderProperties.Builder avoiding the
need to create one manually via ProviderProperties.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to providerProperties(ProviderProperties).
providerProperties - a consumer that will call methods on ProviderProperties.BuilderproviderProperties(ProviderProperties)ResolutionTechniques.Builder resolutionType(String resolutionType)
The type of matching. There are two types of matching: RULE_MATCHING and
ML_MATCHING.
resolutionType - The type of matching. There are two types of matching: RULE_MATCHING and
ML_MATCHING.ResolutionType,
ResolutionTypeResolutionTechniques.Builder resolutionType(ResolutionType resolutionType)
The type of matching. There are two types of matching: RULE_MATCHING and
ML_MATCHING.
resolutionType - The type of matching. There are two types of matching: RULE_MATCHING and
ML_MATCHING.ResolutionType,
ResolutionTypeResolutionTechniques.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.
ruleBasedProperties - An object which defines the list of matching rules to run and has a field Rules, which is
a list of rule objects.default 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.
RuleBasedProperties.Builder avoiding the
need to create one manually via RuleBasedProperties.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to ruleBasedProperties(RuleBasedProperties).
ruleBasedProperties - a consumer that will call methods on RuleBasedProperties.BuilderruleBasedProperties(RuleBasedProperties)Copyright © 2023. All rights reserved.