Class CfnFlowVersionPropsMixin.FlowDataConnectionConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnFlowVersionPropsMixin.FlowDataConnectionConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFlowVersionPropsMixin.FlowDataConnectionConfigurationProperty>
- Enclosing interface:
CfnFlowVersionPropsMixin.FlowDataConnectionConfigurationProperty
@Stability(Stable)
public static final class CfnFlowVersionPropsMixin.FlowDataConnectionConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFlowVersionPropsMixin.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 CfnFlowVersionPropsMixin.FlowDataConnectionConfigurationProperty.Builder sourceOutput(String sourceOutput) Sets the value ofCfnFlowVersionPropsMixin.FlowDataConnectionConfigurationProperty.getSourceOutput()- Parameters:
sourceOutput- The name of the output in the source node that the connection begins from.- Returns:
this
-
targetInput
@Stability(Stable) public CfnFlowVersionPropsMixin.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<CfnFlowVersionPropsMixin.FlowDataConnectionConfigurationProperty>- Returns:
- a new instance of
CfnFlowVersionPropsMixin.FlowDataConnectionConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-