Class CfnIdNamespacePropsMixin.RuleProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.entityresolution.CfnIdNamespacePropsMixin.RuleProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIdNamespacePropsMixin.RuleProperty>
- Enclosing interface:
CfnIdNamespacePropsMixin.RuleProperty
@Stability(Stable)
public static final class CfnIdNamespacePropsMixin.RuleProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIdNamespacePropsMixin.RuleProperty>
A builder for
CfnIdNamespacePropsMixin.RuleProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.matchingKeys(List<String> matchingKeys) Sets the value ofCfnIdNamespacePropsMixin.RuleProperty.getMatchingKeys()Sets the value ofCfnIdNamespacePropsMixin.RuleProperty.getRuleName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
matchingKeys
@Stability(Stable) public CfnIdNamespacePropsMixin.RuleProperty.Builder matchingKeys(List<String> matchingKeys) Sets the value ofCfnIdNamespacePropsMixin.RuleProperty.getMatchingKeys()- Parameters:
matchingKeys- A list ofMatchingKeys. 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 ofCfnIdNamespacePropsMixin.RuleProperty.getRuleName()- Parameters:
ruleName- A name for the matching rule.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnIdNamespacePropsMixin.RuleProperty>- Returns:
- a new instance of
CfnIdNamespacePropsMixin.RuleProperty - Throws:
NullPointerException- if any required attribute was not provided
-