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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default AddBridgeOutputRequest.BuildernetworkOutput(Consumer<AddBridgeNetworkOutputRequest.Builder> networkOutput)Sets the value of the NetworkOutput property for this object.AddBridgeOutputRequest.BuildernetworkOutput(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 Detail
-
networkOutput
AddBridgeOutputRequest.Builder networkOutput(AddBridgeNetworkOutputRequest 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.Builderavoiding the need to create one manually viaAddBridgeNetworkOutputRequest.builder().When the
Consumercompletes,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:
networkOutput(AddBridgeNetworkOutputRequest)
-
-