default RuleBasedMatchingRequest.Builder |
RuleBasedMatchingRequest.Builder.attributeTypesSelector(Consumer<AttributeTypesSelector.Builder> attributeTypesSelector) |
Configures information about the AttributeTypesSelector where the rule-based identity resolution
uses to match profiles.
|
RuleBasedMatchingRequest.Builder |
RuleBasedMatchingRequest.Builder.attributeTypesSelector(AttributeTypesSelector attributeTypesSelector) |
Configures information about the AttributeTypesSelector where the rule-based identity resolution
uses to match profiles.
|
static RuleBasedMatchingRequest.Builder |
RuleBasedMatchingRequest.builder() |
|
default RuleBasedMatchingRequest.Builder |
RuleBasedMatchingRequest.Builder.conflictResolution(Consumer<ConflictResolution.Builder> conflictResolution) |
Sets the value of the ConflictResolution property for this object.
|
RuleBasedMatchingRequest.Builder |
RuleBasedMatchingRequest.Builder.conflictResolution(ConflictResolution conflictResolution) |
Sets the value of the ConflictResolution property for this object.
|
RuleBasedMatchingRequest.Builder |
RuleBasedMatchingRequest.Builder.enabled(Boolean enabled) |
The flag that enables the rule-based matching process of duplicate profiles.
|
default RuleBasedMatchingRequest.Builder |
RuleBasedMatchingRequest.Builder.exportingConfig(Consumer<ExportingConfig.Builder> exportingConfig) |
Sets the value of the ExportingConfig property for this object.
|
RuleBasedMatchingRequest.Builder |
RuleBasedMatchingRequest.Builder.exportingConfig(ExportingConfig exportingConfig) |
Sets the value of the ExportingConfig property for this object.
|
RuleBasedMatchingRequest.Builder |
RuleBasedMatchingRequest.Builder.matchingRules(Collection<MatchingRule> matchingRules) |
Configures how the rule-based matching process should match profiles.
|
RuleBasedMatchingRequest.Builder |
RuleBasedMatchingRequest.Builder.matchingRules(Consumer<MatchingRule.Builder>... matchingRules) |
Configures how the rule-based matching process should match profiles.
|
RuleBasedMatchingRequest.Builder |
RuleBasedMatchingRequest.Builder.matchingRules(MatchingRule... matchingRules) |
Configures how the rule-based matching process should match profiles.
|
RuleBasedMatchingRequest.Builder |
RuleBasedMatchingRequest.Builder.maxAllowedRuleLevelForMatching(Integer maxAllowedRuleLevelForMatching) |
Indicates the maximum allowed rule level.
|
RuleBasedMatchingRequest.Builder |
RuleBasedMatchingRequest.Builder.maxAllowedRuleLevelForMerging(Integer maxAllowedRuleLevelForMerging) |
|
RuleBasedMatchingRequest.Builder |
RuleBasedMatchingRequest.toBuilder() |
|