Class CfnDomain.MatchingRuleProperty.Builder
java.lang.Object
software.amazon.awscdk.services.customerprofiles.CfnDomain.MatchingRuleProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDomain.MatchingRuleProperty>
- Enclosing interface:
CfnDomain.MatchingRuleProperty
@Stability(Stable)
public static final class CfnDomain.MatchingRuleProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDomain.MatchingRuleProperty>
A builder for
CfnDomain.MatchingRuleProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDomain.MatchingRuleProperty.getRule()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
rule
Sets the value ofCfnDomain.MatchingRuleProperty.getRule()- Parameters:
rule- A single rule level of theMatchRules. This parameter is required. Configures how the rule-based matching process should match profiles.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDomain.MatchingRuleProperty>- Returns:
- a new instance of
CfnDomain.MatchingRuleProperty - Throws:
NullPointerException- if any required attribute was not provided
-