Class CfnFlowPropsMixin.FlowDataConnectionConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnFlowPropsMixin.FlowDataConnectionConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFlowPropsMixin.FlowDataConnectionConfigurationProperty>
- Enclosing interface:
CfnFlowPropsMixin.FlowDataConnectionConfigurationProperty
@Stability(Stable)
public static final class CfnFlowPropsMixin.FlowDataConnectionConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFlowPropsMixin.FlowDataConnectionConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.sourceOutput(String sourceOutput) targetInput(String targetInput)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
sourceOutput
@Stability(Stable) public CfnFlowPropsMixin.FlowDataConnectionConfigurationProperty.Builder sourceOutput(String sourceOutput) - Parameters:
sourceOutput- The name of the output in the source node that the connection begins from.- Returns:
this
-
targetInput
@Stability(Stable) public CfnFlowPropsMixin.FlowDataConnectionConfigurationProperty.Builder targetInput(String targetInput) - Parameters:
targetInput- The name of the input in the target node that the connection ends at.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFlowPropsMixin.FlowDataConnectionConfigurationProperty>- Returns:
- a new instance of
CfnFlowPropsMixin.FlowDataConnectionConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-