Interface FlowDataConnectionConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FlowDataConnectionConfiguration.Builder,
,FlowDataConnectionConfiguration> SdkBuilder<FlowDataConnectionConfiguration.Builder,
,FlowDataConnectionConfiguration> SdkPojo
- Enclosing class:
FlowDataConnectionConfiguration
public static interface FlowDataConnectionConfiguration.Builder
extends SdkPojo, CopyableBuilder<FlowDataConnectionConfiguration.Builder,FlowDataConnectionConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionsourceOutput
(String sourceOutput) The name of the output in the source node that the connection begins from.targetInput
(String targetInput) The name of the input in the target node that the connection ends at.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
sourceOutput
The name of the output in the source node that the connection begins from.
- Parameters:
sourceOutput
- The name of the output in the source node that the connection begins from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetInput
The name of the input in the target node that the connection ends at.
- Parameters:
targetInput
- The name of the input in the target node that the connection ends at.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-