Class CfnIdMappingWorkflow.IdMappingTechniquesProperty.Builder
java.lang.Object
software.amazon.awscdk.services.entityresolution.CfnIdMappingWorkflow.IdMappingTechniquesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIdMappingWorkflow.IdMappingTechniquesProperty>
- Enclosing interface:
CfnIdMappingWorkflow.IdMappingTechniquesProperty
@Stability(Stable)
public static final class CfnIdMappingWorkflow.IdMappingTechniquesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIdMappingWorkflow.IdMappingTechniquesProperty>
A builder for
CfnIdMappingWorkflow.IdMappingTechniquesProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.idMappingType(String idMappingType) Sets the value ofCfnIdMappingWorkflow.IdMappingTechniquesProperty.getIdMappingType()normalizationVersion(String normalizationVersion) providerProperties(IResolvable providerProperties) Sets the value ofCfnIdMappingWorkflow.IdMappingTechniquesProperty.getProviderProperties()providerProperties(CfnIdMappingWorkflow.ProviderPropertiesProperty providerProperties) Sets the value ofCfnIdMappingWorkflow.IdMappingTechniquesProperty.getProviderProperties()ruleBasedProperties(IResolvable ruleBasedProperties) ruleBasedProperties(CfnIdMappingWorkflow.IdMappingRuleBasedPropertiesProperty ruleBasedProperties)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
idMappingType
@Stability(Stable) public CfnIdMappingWorkflow.IdMappingTechniquesProperty.Builder idMappingType(String idMappingType) Sets the value ofCfnIdMappingWorkflow.IdMappingTechniquesProperty.getIdMappingType()- Parameters:
idMappingType- The type of ID mapping.- Returns:
this
-
normalizationVersion
@Stability(Stable) public CfnIdMappingWorkflow.IdMappingTechniquesProperty.Builder normalizationVersion(String normalizationVersion) - Parameters:
normalizationVersion- the value to be set.- Returns:
this
-
providerProperties
@Stability(Stable) public CfnIdMappingWorkflow.IdMappingTechniquesProperty.Builder providerProperties(IResolvable providerProperties) Sets the value ofCfnIdMappingWorkflow.IdMappingTechniquesProperty.getProviderProperties()- Parameters:
providerProperties- An object which defines any additional configurations required by the provider service.- Returns:
this
-
providerProperties
@Stability(Stable) public CfnIdMappingWorkflow.IdMappingTechniquesProperty.Builder providerProperties(CfnIdMappingWorkflow.ProviderPropertiesProperty providerProperties) Sets the value ofCfnIdMappingWorkflow.IdMappingTechniquesProperty.getProviderProperties()- Parameters:
providerProperties- An object which defines any additional configurations required by the provider service.- Returns:
this
-
ruleBasedProperties
@Stability(Stable) public CfnIdMappingWorkflow.IdMappingTechniquesProperty.Builder ruleBasedProperties(IResolvable ruleBasedProperties) - Parameters:
ruleBasedProperties- An object which defines any additional configurations required by rule-based matching.- Returns:
this
-
ruleBasedProperties
@Stability(Stable) public CfnIdMappingWorkflow.IdMappingTechniquesProperty.Builder ruleBasedProperties(CfnIdMappingWorkflow.IdMappingRuleBasedPropertiesProperty ruleBasedProperties) - Parameters:
ruleBasedProperties- An object which defines any additional configurations required by rule-based matching.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnIdMappingWorkflow.IdMappingTechniquesProperty>- Returns:
- a new instance of
CfnIdMappingWorkflow.IdMappingTechniquesProperty - Throws:
NullPointerException- if any required attribute was not provided
-