Interface UpdateBridgeNetworkOutputRequest.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<UpdateBridgeNetworkOutputRequest.Builder,
,UpdateBridgeNetworkOutputRequest> SdkBuilder<UpdateBridgeNetworkOutputRequest.Builder,
,UpdateBridgeNetworkOutputRequest> SdkPojo
- Enclosing class:
UpdateBridgeNetworkOutputRequest
@Mutable
@NotThreadSafe
public static interface UpdateBridgeNetworkOutputRequest.Builder
extends SdkPojo, CopyableBuilder<UpdateBridgeNetworkOutputRequest.Builder,UpdateBridgeNetworkOutputRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe network output IP Address.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, sdkFieldNameToField, 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.
-
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.
Elemental MediaConnect no longer supports the Fujitsu QoS protocol. This reference is maintained for legacy purposes only.
- Parameters:
protocol
- The network output protocol.Elemental MediaConnect no longer supports the Fujitsu QoS protocol. This reference is maintained for legacy purposes only.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
protocol
The network output protocol.
Elemental MediaConnect no longer supports the Fujitsu QoS protocol. This reference is maintained for legacy purposes only.
- Parameters:
protocol
- The network output protocol.Elemental MediaConnect no longer supports the Fujitsu QoS protocol. This reference is maintained for legacy purposes only.
- 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.
-