Interface AddBridgeNetworkOutputRequest.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AddBridgeNetworkOutputRequest.Builder,
,AddBridgeNetworkOutputRequest> SdkBuilder<AddBridgeNetworkOutputRequest.Builder,
,AddBridgeNetworkOutputRequest> SdkPojo
- Enclosing class:
AddBridgeNetworkOutputRequest
public static interface AddBridgeNetworkOutputRequest.Builder
extends SdkPojo, CopyableBuilder<AddBridgeNetworkOutputRequest.Builder,AddBridgeNetworkOutputRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe network output IP Address.The network output name.networkName
(String networkName) The network output's gateway network name.The network output port.The network output protocol.The network output protocol.The network output TTL.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
-
ipAddress
The network output IP Address.- Parameters:
ipAddress
- The network output IP Address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The network output name. This name is used to reference the output and must be unique among outputs in this bridge.- Parameters:
name
- The network output name. This name is used to reference the output and must be unique among outputs in this bridge.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkName
The network output's gateway network name.- Parameters:
networkName
- The network output's gateway network name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
port
The network output port.- Parameters:
port
- The network output port.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
protocol
The network output protocol.- Parameters:
protocol
- The network output protocol.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
protocol
The network output protocol.- Parameters:
protocol
- The network output protocol.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
ttl
The network output TTL.- Parameters:
ttl
- The network output TTL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-