Class CfnFlowPropsMixin.FlowConnectionConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnFlowPropsMixin.FlowConnectionConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFlowPropsMixin.FlowConnectionConfigurationProperty>
- Enclosing interface:
CfnFlowPropsMixin.FlowConnectionConfigurationProperty
@Stability(Stable)
public static final class CfnFlowPropsMixin.FlowConnectionConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFlowPropsMixin.FlowConnectionConfigurationProperty>
A builder for
CfnFlowPropsMixin.FlowConnectionConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnFlowPropsMixin.FlowConnectionConfigurationProperty.getConditional()conditional(IResolvable conditional) Sets the value ofCfnFlowPropsMixin.FlowConnectionConfigurationProperty.getConditional()Sets the value ofCfnFlowPropsMixin.FlowConnectionConfigurationProperty.getData()data(IResolvable data) Sets the value ofCfnFlowPropsMixin.FlowConnectionConfigurationProperty.getData()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
conditional
@Stability(Stable) public CfnFlowPropsMixin.FlowConnectionConfigurationProperty.Builder conditional(IResolvable conditional) Sets the value ofCfnFlowPropsMixin.FlowConnectionConfigurationProperty.getConditional()- Parameters:
conditional- The configuration of a connection originating from a Condition node.- Returns:
this
-
conditional
@Stability(Stable) public CfnFlowPropsMixin.FlowConnectionConfigurationProperty.Builder conditional(CfnFlowPropsMixin.FlowConditionalConnectionConfigurationProperty conditional) Sets the value ofCfnFlowPropsMixin.FlowConnectionConfigurationProperty.getConditional()- Parameters:
conditional- The configuration of a connection originating from a Condition node.- Returns:
this
-
data
@Stability(Stable) public CfnFlowPropsMixin.FlowConnectionConfigurationProperty.Builder data(IResolvable data) Sets the value ofCfnFlowPropsMixin.FlowConnectionConfigurationProperty.getData()- Parameters:
data- The configuration of a connection originating from a node that isn't a Condition node.- Returns:
this
-
data
@Stability(Stable) public CfnFlowPropsMixin.FlowConnectionConfigurationProperty.Builder data(CfnFlowPropsMixin.FlowDataConnectionConfigurationProperty data) Sets the value ofCfnFlowPropsMixin.FlowConnectionConfigurationProperty.getData()- Parameters:
data- The configuration of a connection originating from a node that isn't a Condition node.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFlowPropsMixin.FlowConnectionConfigurationProperty>- Returns:
- a new instance of
CfnFlowPropsMixin.FlowConnectionConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-