Interface AddBridgeOutputRequest.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AddBridgeOutputRequest.Builder,
,AddBridgeOutputRequest> SdkBuilder<AddBridgeOutputRequest.Builder,
,AddBridgeOutputRequest> SdkPojo
- Enclosing class:
AddBridgeOutputRequest
public static interface AddBridgeOutputRequest.Builder
extends SdkPojo, CopyableBuilder<AddBridgeOutputRequest.Builder,AddBridgeOutputRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondefault AddBridgeOutputRequest.Builder
networkOutput
(Consumer<AddBridgeNetworkOutputRequest.Builder> networkOutput) Sets the value of the NetworkOutput property for this object.networkOutput
(AddBridgeNetworkOutputRequest 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
-
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
default AddBridgeOutputRequest.Builder networkOutput(Consumer<AddBridgeNetworkOutputRequest.Builder> networkOutput) Sets the value of the NetworkOutput property for this object. This is a convenience method that creates an instance of theAddBridgeNetworkOutputRequest.Builder
avoiding the need to create one manually viaAddBridgeNetworkOutputRequest.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tonetworkOutput(AddBridgeNetworkOutputRequest)
.- Parameters:
networkOutput
- a consumer that will call methods onAddBridgeNetworkOutputRequest.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-