Interface BridgeOutput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BridgeOutput.Builder,
,BridgeOutput> SdkBuilder<BridgeOutput.Builder,
,BridgeOutput> SdkPojo
- Enclosing class:
BridgeOutput
@Mutable
@NotThreadSafe
public static interface BridgeOutput.Builder
extends SdkPojo, CopyableBuilder<BridgeOutput.Builder,BridgeOutput>
-
Method Summary
Modifier and TypeMethodDescriptiondefault BridgeOutput.Builder
flowOutput
(Consumer<BridgeFlowOutput.Builder> flowOutput) The output of the associated flow.flowOutput
(BridgeFlowOutput flowOutput) The output of the associated flow.default BridgeOutput.Builder
networkOutput
(Consumer<BridgeNetworkOutput.Builder> networkOutput) The network output for the bridge.networkOutput
(BridgeNetworkOutput networkOutput) The network output for the bridge.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, sdkFieldNameToField, sdkFields
-
Method Details
-
flowOutput
The output of the associated flow.
- Parameters:
flowOutput
- The output of the associated flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flowOutput
The output of the associated flow.
This is a convenience method that creates an instance of theBridgeFlowOutput.Builder
avoiding the need to create one manually viaBridgeFlowOutput.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toflowOutput(BridgeFlowOutput)
.- Parameters:
flowOutput
- a consumer that will call methods onBridgeFlowOutput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
networkOutput
The network output for the bridge.
- Parameters:
networkOutput
- The network output for the bridge.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkOutput
The network output for the bridge.
This is a convenience method that creates an instance of theBridgeNetworkOutput.Builder
avoiding the need to create one manually viaBridgeNetworkOutput.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tonetworkOutput(BridgeNetworkOutput)
.- Parameters:
networkOutput
- a consumer that will call methods onBridgeNetworkOutput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-