Interface AddBridgeNetworkSourceRequest.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AddBridgeNetworkSourceRequest.Builder,
,AddBridgeNetworkSourceRequest> SdkBuilder<AddBridgeNetworkSourceRequest.Builder,
,AddBridgeNetworkSourceRequest> SdkPojo
- Enclosing class:
AddBridgeNetworkSourceRequest
-
Method Summary
Modifier and TypeMethodDescriptionmulticastIp
(String multicastIp) The network source multicast IP.multicastSourceSettings
(Consumer<MulticastSourceSettings.Builder> multicastSourceSettings) The settings related to the multicast source.multicastSourceSettings
(MulticastSourceSettings multicastSourceSettings) The settings related to the multicast source.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, sdkFieldNameToField, 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.
-
multicastSourceSettings
AddBridgeNetworkSourceRequest.Builder multicastSourceSettings(MulticastSourceSettings multicastSourceSettings) The settings related to the multicast source.
- Parameters:
multicastSourceSettings
- The settings related to the multicast source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
multicastSourceSettings
default AddBridgeNetworkSourceRequest.Builder multicastSourceSettings(Consumer<MulticastSourceSettings.Builder> multicastSourceSettings) The settings related to the multicast source.
This is a convenience method that creates an instance of theMulticastSourceSettings.Builder
avoiding the need to create one manually viaMulticastSourceSettings.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tomulticastSourceSettings(MulticastSourceSettings)
.- Parameters:
multicastSourceSettings
- a consumer that will call methods onMulticastSourceSettings.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
name
The name of the network source. This name is used to reference the source and must be unique among sources in this bridge.
- Parameters:
name
- The name of the network source. This name is used to reference the source and must be unique among sources in this bridge.- 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.
Elemental MediaConnect no longer supports the Fujitsu QoS protocol. This reference is maintained for legacy purposes only.
- Parameters:
protocol
- The network source 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 source protocol.
Elemental MediaConnect no longer supports the Fujitsu QoS protocol. This reference is maintained for legacy purposes only.
- Parameters:
protocol
- The network source 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:
-