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