Class CfnFlowVersion.ConditionFlowNodeConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.bedrock.CfnFlowVersion.ConditionFlowNodeConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFlowVersion.ConditionFlowNodeConfigurationProperty>
- Enclosing interface:
CfnFlowVersion.ConditionFlowNodeConfigurationProperty
@Stability(Stable)
public static final class CfnFlowVersion.ConditionFlowNodeConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFlowVersion.ConditionFlowNodeConfigurationProperty>
A builder for
CfnFlowVersion.ConditionFlowNodeConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.conditions(List<? extends Object> conditions) Sets the value ofCfnFlowVersion.ConditionFlowNodeConfigurationProperty.getConditions()conditions(IResolvable conditions) Sets the value ofCfnFlowVersion.ConditionFlowNodeConfigurationProperty.getConditions()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
conditions
@Stability(Stable) public CfnFlowVersion.ConditionFlowNodeConfigurationProperty.Builder conditions(IResolvable conditions) Sets the value ofCfnFlowVersion.ConditionFlowNodeConfigurationProperty.getConditions()- Parameters:
conditions- An array of conditions. This parameter is required. Each member contains the name of a condition and an expression that defines the condition.- Returns:
this
-
conditions
@Stability(Stable) public CfnFlowVersion.ConditionFlowNodeConfigurationProperty.Builder conditions(List<? extends Object> conditions) Sets the value ofCfnFlowVersion.ConditionFlowNodeConfigurationProperty.getConditions()- Parameters:
conditions- An array of conditions. This parameter is required. 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<CfnFlowVersion.ConditionFlowNodeConfigurationProperty>- Returns:
- a new instance of
CfnFlowVersion.ConditionFlowNodeConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-