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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FlowDataConnectionConfiguration.BuildersourceOutput(String sourceOutput)The name of the output in the source node that the connection begins from.FlowDataConnectionConfiguration.BuildertargetInput(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 Detail
-
sourceOutput
FlowDataConnectionConfiguration.Builder sourceOutput(String 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
FlowDataConnectionConfiguration.Builder targetInput(String 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.
-
-