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