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