Class CfnMatchingWorkflowPropsMixin.ResolutionTechniquesProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.entityresolution.CfnMatchingWorkflowPropsMixin.ResolutionTechniquesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMatchingWorkflowPropsMixin.ResolutionTechniquesProperty>
- Enclosing interface:
CfnMatchingWorkflowPropsMixin.ResolutionTechniquesProperty
@Stability(Stable)
public static final class CfnMatchingWorkflowPropsMixin.ResolutionTechniquesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMatchingWorkflowPropsMixin.ResolutionTechniquesProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.providerProperties(CfnMatchingWorkflowPropsMixin.ProviderPropertiesProperty providerProperties) providerProperties(IResolvable providerProperties) resolutionType(String resolutionType) ruleBasedProperties(CfnMatchingWorkflowPropsMixin.RuleBasedPropertiesProperty ruleBasedProperties) ruleBasedProperties(IResolvable ruleBasedProperties) ruleConditionProperties(CfnMatchingWorkflowPropsMixin.RuleConditionPropertiesProperty ruleConditionProperties) ruleConditionProperties(IResolvable ruleConditionProperties)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
providerProperties
@Stability(Stable) public CfnMatchingWorkflowPropsMixin.ResolutionTechniquesProperty.Builder providerProperties(IResolvable providerProperties) Sets the value ofCfnMatchingWorkflowPropsMixin.ResolutionTechniquesProperty.getProviderProperties()- Parameters:
providerProperties- The properties of the provider service.- Returns:
this
-
providerProperties
@Stability(Stable) public CfnMatchingWorkflowPropsMixin.ResolutionTechniquesProperty.Builder providerProperties(CfnMatchingWorkflowPropsMixin.ProviderPropertiesProperty providerProperties) Sets the value ofCfnMatchingWorkflowPropsMixin.ResolutionTechniquesProperty.getProviderProperties()- Parameters:
providerProperties- The properties of the provider service.- Returns:
this
-
resolutionType
@Stability(Stable) public CfnMatchingWorkflowPropsMixin.ResolutionTechniquesProperty.Builder resolutionType(String resolutionType) - Parameters:
resolutionType- The type of matching workflow to create. Specify one of the following types:.RULE_MATCHING: Match records using configurable rule-based criteriaML_MATCHING: Match records using machine learning modelsPROVIDER: Match records using a third-party matching provider
- Returns:
this
-
ruleBasedProperties
@Stability(Stable) public CfnMatchingWorkflowPropsMixin.ResolutionTechniquesProperty.Builder ruleBasedProperties(IResolvable ruleBasedProperties) Sets the value ofCfnMatchingWorkflowPropsMixin.ResolutionTechniquesProperty.getRuleBasedProperties()- Parameters:
ruleBasedProperties- An object which defines the list of matching rules to run and has a fieldrules, which is a list of rule objects.- Returns:
this
-
ruleBasedProperties
@Stability(Stable) public CfnMatchingWorkflowPropsMixin.ResolutionTechniquesProperty.Builder ruleBasedProperties(CfnMatchingWorkflowPropsMixin.RuleBasedPropertiesProperty ruleBasedProperties) Sets the value ofCfnMatchingWorkflowPropsMixin.ResolutionTechniquesProperty.getRuleBasedProperties()- Parameters:
ruleBasedProperties- An object which defines the list of matching rules to run and has a fieldrules, which is a list of rule objects.- Returns:
this
-
ruleConditionProperties
@Stability(Stable) public CfnMatchingWorkflowPropsMixin.ResolutionTechniquesProperty.Builder ruleConditionProperties(IResolvable ruleConditionProperties) Sets the value ofCfnMatchingWorkflowPropsMixin.ResolutionTechniquesProperty.getRuleConditionProperties()- Parameters:
ruleConditionProperties- An object containing therulesfor a matching workflow.- Returns:
this
-
ruleConditionProperties
@Stability(Stable) public CfnMatchingWorkflowPropsMixin.ResolutionTechniquesProperty.Builder ruleConditionProperties(CfnMatchingWorkflowPropsMixin.RuleConditionPropertiesProperty ruleConditionProperties) Sets the value ofCfnMatchingWorkflowPropsMixin.ResolutionTechniquesProperty.getRuleConditionProperties()- Parameters:
ruleConditionProperties- An object containing therulesfor a matching workflow.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnMatchingWorkflowPropsMixin.ResolutionTechniquesProperty>- Returns:
- a new instance of
CfnMatchingWorkflowPropsMixin.ResolutionTechniquesProperty - Throws:
NullPointerException- if any required attribute was not provided
-