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