Interface BridgeOutput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BridgeOutput.Builder,
,BridgeOutput> SdkBuilder<BridgeOutput.Builder,
,BridgeOutput> SdkPojo
- Enclosing class:
BridgeOutput
public static interface BridgeOutput.Builder
extends SdkPojo, CopyableBuilder<BridgeOutput.Builder,BridgeOutput>
-
Method Summary
Modifier and TypeMethodDescriptiondefault BridgeOutput.Builder
flowOutput
(Consumer<BridgeFlowOutput.Builder> flowOutput) Sets the value of the FlowOutput property for this object.flowOutput
(BridgeFlowOutput flowOutput) Sets the value of the FlowOutput property for this object.default BridgeOutput.Builder
networkOutput
(Consumer<BridgeNetworkOutput.Builder> networkOutput) Sets the value of the NetworkOutput property for this object.networkOutput
(BridgeNetworkOutput networkOutput) Sets the value of the NetworkOutput property for this object.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
-
flowOutput
Sets the value of the FlowOutput property for this object.- Parameters:
flowOutput
- The new value for the FlowOutput property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flowOutput
Sets the value of the FlowOutput property for this object. 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
Sets the value of the NetworkOutput property for this object.- Parameters:
networkOutput
- The new value for the NetworkOutput property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkOutput
Sets the value of the NetworkOutput property for this object. 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:
-