Class CfnMatchingWorkflow.RuleConditionPropertiesProperty.Builder
java.lang.Object
software.amazon.awscdk.services.entityresolution.CfnMatchingWorkflow.RuleConditionPropertiesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMatchingWorkflow.RuleConditionPropertiesProperty>
- Enclosing interface:
CfnMatchingWorkflow.RuleConditionPropertiesProperty
@Stability(Stable)
public static final class CfnMatchingWorkflow.RuleConditionPropertiesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMatchingWorkflow.RuleConditionPropertiesProperty>
A builder for
CfnMatchingWorkflow.RuleConditionPropertiesProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnMatchingWorkflow.RuleConditionPropertiesProperty.getRules()rules(IResolvable rules) Sets the value ofCfnMatchingWorkflow.RuleConditionPropertiesProperty.getRules()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
rules
@Stability(Stable) public CfnMatchingWorkflow.RuleConditionPropertiesProperty.Builder rules(IResolvable rules) Sets the value ofCfnMatchingWorkflow.RuleConditionPropertiesProperty.getRules()- Parameters:
rules- A list of rule objects, each of which have fieldsruleNameandcondition. This parameter is required.- Returns:
this
-
rules
@Stability(Stable) public CfnMatchingWorkflow.RuleConditionPropertiesProperty.Builder rules(List<? extends Object> rules) Sets the value ofCfnMatchingWorkflow.RuleConditionPropertiesProperty.getRules()- Parameters:
rules- A list of rule objects, each of which have fieldsruleNameandcondition. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnMatchingWorkflow.RuleConditionPropertiesProperty>- Returns:
- a new instance of
CfnMatchingWorkflow.RuleConditionPropertiesProperty - Throws:
NullPointerException- if any required attribute was not provided
-