Class CfnIdMappingWorkflow.RuleProperty.Builder
java.lang.Object
software.amazon.awscdk.services.entityresolution.CfnIdMappingWorkflow.RuleProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIdMappingWorkflow.RuleProperty>
- Enclosing interface:
CfnIdMappingWorkflow.RuleProperty
@Stability(Stable)
public static final class CfnIdMappingWorkflow.RuleProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIdMappingWorkflow.RuleProperty>
A builder for
CfnIdMappingWorkflow.RuleProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.matchingKeys(List<String> matchingKeys) Sets the value ofCfnIdMappingWorkflow.RuleProperty.getMatchingKeys()Sets the value ofCfnIdMappingWorkflow.RuleProperty.getRuleName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
matchingKeys
@Stability(Stable) public CfnIdMappingWorkflow.RuleProperty.Builder matchingKeys(List<String> matchingKeys) Sets the value ofCfnIdMappingWorkflow.RuleProperty.getMatchingKeys()- Parameters:
matchingKeys- A list ofMatchingKeys. This parameter is required. TheMatchingKeysmust have been defined in theSchemaMapping. Two records are considered to match according to this rule if all of theMatchingKeysmatch.- Returns:
this
-
ruleName
Sets the value ofCfnIdMappingWorkflow.RuleProperty.getRuleName()- Parameters:
ruleName- A name for the matching rule. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnIdMappingWorkflow.RuleProperty>- Returns:
- a new instance of
CfnIdMappingWorkflow.RuleProperty - Throws:
NullPointerException- if any required attribute was not provided
-