Class CfnFlowVersion.LoopFlowNodeConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.bedrock.CfnFlowVersion.LoopFlowNodeConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFlowVersion.LoopFlowNodeConfigurationProperty>
- Enclosing interface:
CfnFlowVersion.LoopFlowNodeConfigurationProperty
@Stability(Stable)
public static final class CfnFlowVersion.LoopFlowNodeConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFlowVersion.LoopFlowNodeConfigurationProperty>
A builder for
CfnFlowVersion.LoopFlowNodeConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.definition(IResolvable definition) Sets the value ofCfnFlowVersion.LoopFlowNodeConfigurationProperty.getDefinition()definition(CfnFlowVersion.FlowDefinitionProperty definition) Sets the value ofCfnFlowVersion.LoopFlowNodeConfigurationProperty.getDefinition()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
definition
@Stability(Stable) public CfnFlowVersion.LoopFlowNodeConfigurationProperty.Builder definition(IResolvable definition) Sets the value ofCfnFlowVersion.LoopFlowNodeConfigurationProperty.getDefinition()- Parameters:
definition- The definition of the DoWhile loop nodes and connections between nodes in the flow. This parameter is required.- Returns:
this
-
definition
@Stability(Stable) public CfnFlowVersion.LoopFlowNodeConfigurationProperty.Builder definition(CfnFlowVersion.FlowDefinitionProperty definition) Sets the value ofCfnFlowVersion.LoopFlowNodeConfigurationProperty.getDefinition()- Parameters:
definition- The definition of the DoWhile loop nodes and connections between nodes in the flow. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFlowVersion.LoopFlowNodeConfigurationProperty>- Returns:
- a new instance of
CfnFlowVersion.LoopFlowNodeConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-