Class CfnFlowVersionPropsMixin.LoopControllerFlowNodeConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnFlowVersionPropsMixin.LoopControllerFlowNodeConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFlowVersionPropsMixin.LoopControllerFlowNodeConfigurationProperty>
- Enclosing interface:
CfnFlowVersionPropsMixin.LoopControllerFlowNodeConfigurationProperty
@Stability(Stable)
public static final class CfnFlowVersionPropsMixin.LoopControllerFlowNodeConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFlowVersionPropsMixin.LoopControllerFlowNodeConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.continueCondition(CfnFlowVersionPropsMixin.FlowConditionProperty continueCondition) continueCondition(IResolvable continueCondition) maxIterations(Number maxIterations)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
continueCondition
@Stability(Stable) public CfnFlowVersionPropsMixin.LoopControllerFlowNodeConfigurationProperty.Builder continueCondition(IResolvable continueCondition) Sets the value ofCfnFlowVersionPropsMixin.LoopControllerFlowNodeConfigurationProperty.getContinueCondition()- Parameters:
continueCondition- Specifies the condition that determines when the flow exits the DoWhile loop. The loop executes until this condition evaluates to true.- Returns:
this
-
continueCondition
@Stability(Stable) public CfnFlowVersionPropsMixin.LoopControllerFlowNodeConfigurationProperty.Builder continueCondition(CfnFlowVersionPropsMixin.FlowConditionProperty continueCondition) Sets the value ofCfnFlowVersionPropsMixin.LoopControllerFlowNodeConfigurationProperty.getContinueCondition()- Parameters:
continueCondition- Specifies the condition that determines when the flow exits the DoWhile loop. The loop executes until this condition evaluates to true.- Returns:
this
-
maxIterations
@Stability(Stable) public CfnFlowVersionPropsMixin.LoopControllerFlowNodeConfigurationProperty.Builder maxIterations(Number maxIterations) Sets the value ofCfnFlowVersionPropsMixin.LoopControllerFlowNodeConfigurationProperty.getMaxIterations()- Parameters:
maxIterations- Specifies the maximum number of times the DoWhile loop can iterate before the flow exits the loop.- Returns:
this
-
build
@Stability(Stable) public CfnFlowVersionPropsMixin.LoopControllerFlowNodeConfigurationProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFlowVersionPropsMixin.LoopControllerFlowNodeConfigurationProperty>- Returns:
- a new instance of
CfnFlowVersionPropsMixin.LoopControllerFlowNodeConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-