Interface RuleBasedMatchingRequest.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RuleBasedMatchingRequest.Builder,RuleBasedMatchingRequest>,SdkBuilder<RuleBasedMatchingRequest.Builder,RuleBasedMatchingRequest>,SdkPojo
- Enclosing class:
- RuleBasedMatchingRequest
public static interface RuleBasedMatchingRequest.Builder extends SdkPojo, CopyableBuilder<RuleBasedMatchingRequest.Builder,RuleBasedMatchingRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default RuleBasedMatchingRequest.BuilderattributeTypesSelector(Consumer<AttributeTypesSelector.Builder> attributeTypesSelector)Configures information about theAttributeTypesSelectorwhere the rule-based identity resolution uses to match profiles.RuleBasedMatchingRequest.BuilderattributeTypesSelector(AttributeTypesSelector attributeTypesSelector)Configures information about theAttributeTypesSelectorwhere the rule-based identity resolution uses to match profiles.default RuleBasedMatchingRequest.BuilderconflictResolution(Consumer<ConflictResolution.Builder> conflictResolution)Sets the value of the ConflictResolution property for this object.RuleBasedMatchingRequest.BuilderconflictResolution(ConflictResolution conflictResolution)Sets the value of the ConflictResolution property for this object.RuleBasedMatchingRequest.Builderenabled(Boolean enabled)The flag that enables the rule-based matching process of duplicate profiles.default RuleBasedMatchingRequest.BuilderexportingConfig(Consumer<ExportingConfig.Builder> exportingConfig)Sets the value of the ExportingConfig property for this object.RuleBasedMatchingRequest.BuilderexportingConfig(ExportingConfig exportingConfig)Sets the value of the ExportingConfig property for this object.RuleBasedMatchingRequest.BuildermatchingRules(Collection<MatchingRule> matchingRules)Configures how the rule-based matching process should match profiles.RuleBasedMatchingRequest.BuildermatchingRules(Consumer<MatchingRule.Builder>... matchingRules)Configures how the rule-based matching process should match profiles.RuleBasedMatchingRequest.BuildermatchingRules(MatchingRule... matchingRules)Configures how the rule-based matching process should match profiles.RuleBasedMatchingRequest.BuildermaxAllowedRuleLevelForMatching(Integer maxAllowedRuleLevelForMatching)Indicates the maximum allowed rule level.RuleBasedMatchingRequest.BuildermaxAllowedRuleLevelForMerging(Integer maxAllowedRuleLevelForMerging)-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
enabled
RuleBasedMatchingRequest.Builder enabled(Boolean enabled)
The flag that enables the rule-based matching process of duplicate profiles.
- Parameters:
enabled- The flag that enables the rule-based matching process of duplicate profiles.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
matchingRules
RuleBasedMatchingRequest.Builder matchingRules(Collection<MatchingRule> matchingRules)
Configures how the rule-based matching process should match profiles. You can have up to 15
MatchingRulein theMatchingRules.- Parameters:
matchingRules- Configures how the rule-based matching process should match profiles. You can have up to 15MatchingRulein theMatchingRules.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
matchingRules
RuleBasedMatchingRequest.Builder matchingRules(MatchingRule... matchingRules)
Configures how the rule-based matching process should match profiles. You can have up to 15
MatchingRulein theMatchingRules.- Parameters:
matchingRules- Configures how the rule-based matching process should match profiles. You can have up to 15MatchingRulein theMatchingRules.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
matchingRules
RuleBasedMatchingRequest.Builder matchingRules(Consumer<MatchingRule.Builder>... matchingRules)
Configures how the rule-based matching process should match profiles. You can have up to 15
This is a convenience method that creates an instance of theMatchingRulein theMatchingRules.MatchingRule.Builderavoiding the need to create one manually viaMatchingRule.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#matchingRules(List.) - Parameters:
matchingRules- a consumer that will call methods onMatchingRule.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#matchingRules(java.util.Collection)
-
maxAllowedRuleLevelForMerging
RuleBasedMatchingRequest.Builder maxAllowedRuleLevelForMerging(Integer maxAllowedRuleLevelForMerging)
- Parameters:
maxAllowedRuleLevelForMerging- MatchingRule- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxAllowedRuleLevelForMatching
RuleBasedMatchingRequest.Builder maxAllowedRuleLevelForMatching(Integer maxAllowedRuleLevelForMatching)
Indicates the maximum allowed rule level.
- Parameters:
maxAllowedRuleLevelForMatching- Indicates the maximum allowed rule level.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributeTypesSelector
RuleBasedMatchingRequest.Builder attributeTypesSelector(AttributeTypesSelector attributeTypesSelector)
Configures information about the
AttributeTypesSelectorwhere the rule-based identity resolution uses to match profiles.- Parameters:
attributeTypesSelector- Configures information about theAttributeTypesSelectorwhere the rule-based identity resolution uses to match profiles.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributeTypesSelector
default RuleBasedMatchingRequest.Builder attributeTypesSelector(Consumer<AttributeTypesSelector.Builder> attributeTypesSelector)
Configures information about the
This is a convenience method that creates an instance of theAttributeTypesSelectorwhere the rule-based identity resolution uses to match profiles.AttributeTypesSelector.Builderavoiding the need to create one manually viaAttributeTypesSelector.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toattributeTypesSelector(AttributeTypesSelector).- Parameters:
attributeTypesSelector- a consumer that will call methods onAttributeTypesSelector.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
attributeTypesSelector(AttributeTypesSelector)
-
conflictResolution
RuleBasedMatchingRequest.Builder conflictResolution(ConflictResolution conflictResolution)
Sets the value of the ConflictResolution property for this object.- Parameters:
conflictResolution- The new value for the ConflictResolution property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
conflictResolution
default RuleBasedMatchingRequest.Builder conflictResolution(Consumer<ConflictResolution.Builder> conflictResolution)
Sets the value of the ConflictResolution property for this object. This is a convenience method that creates an instance of theConflictResolution.Builderavoiding the need to create one manually viaConflictResolution.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toconflictResolution(ConflictResolution).- Parameters:
conflictResolution- a consumer that will call methods onConflictResolution.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
conflictResolution(ConflictResolution)
-
exportingConfig
RuleBasedMatchingRequest.Builder exportingConfig(ExportingConfig exportingConfig)
Sets the value of the ExportingConfig property for this object.- Parameters:
exportingConfig- The new value for the ExportingConfig property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exportingConfig
default RuleBasedMatchingRequest.Builder exportingConfig(Consumer<ExportingConfig.Builder> exportingConfig)
Sets the value of the ExportingConfig property for this object. This is a convenience method that creates an instance of theExportingConfig.Builderavoiding the need to create one manually viaExportingConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toexportingConfig(ExportingConfig).- Parameters:
exportingConfig- a consumer that will call methods onExportingConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
exportingConfig(ExportingConfig)
-
-