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