Interface BridgeNetworkSource.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BridgeNetworkSource.Builder,
,BridgeNetworkSource> SdkBuilder<BridgeNetworkSource.Builder,
,BridgeNetworkSource> SdkPojo
- Enclosing class:
BridgeNetworkSource
public static interface BridgeNetworkSource.Builder
extends SdkPojo, CopyableBuilder<BridgeNetworkSource.Builder,BridgeNetworkSource>
-
Method Summary
Modifier and TypeMethodDescriptionmulticastIp
(String multicastIp) The network source multicast IP.The name of the network source.networkName
(String networkName) The network source's gateway network name.The network source port.The network source protocol.The network source protocol.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
-
multicastIp
The network source multicast IP.- Parameters:
multicastIp
- The network source multicast IP.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the network source.- Parameters:
name
- The name of the network source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkName
The network source's gateway network name.- Parameters:
networkName
- The network source's gateway network name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
port
The network source port.- Parameters:
port
- The network source port.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
protocol
The network source protocol.- Parameters:
protocol
- The network source protocol.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
protocol
The network source protocol.- Parameters:
protocol
- The network source protocol.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-