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