Class CfnFlowVersionPropsMixin.ConditionFlowNodeConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnFlowVersionPropsMixin.ConditionFlowNodeConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFlowVersionPropsMixin.ConditionFlowNodeConfigurationProperty>
- Enclosing interface:
CfnFlowVersionPropsMixin.ConditionFlowNodeConfigurationProperty
@Stability(Stable)
public static final class CfnFlowVersionPropsMixin.ConditionFlowNodeConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFlowVersionPropsMixin.ConditionFlowNodeConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.conditions(List<? extends Object> conditions) conditions(IResolvable conditions)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
conditions
@Stability(Stable) public CfnFlowVersionPropsMixin.ConditionFlowNodeConfigurationProperty.Builder conditions(IResolvable conditions) - Parameters:
conditions- An array of conditions. Each member contains the name of a condition and an expression that defines the condition.- Returns:
this
-
conditions
@Stability(Stable) public CfnFlowVersionPropsMixin.ConditionFlowNodeConfigurationProperty.Builder conditions(List<? extends Object> conditions) - Parameters:
conditions- An array of conditions. Each member contains the name of a condition and an expression that defines the condition.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFlowVersionPropsMixin.ConditionFlowNodeConfigurationProperty>- Returns:
- a new instance of
CfnFlowVersionPropsMixin.ConditionFlowNodeConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-