Interface BridgeNetworkSource.Builder

  • Method Details

    • multicastIp

      BridgeNetworkSource.Builder multicastIp(String 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

      BridgeNetworkSource.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 BridgeNetworkSource.Builder multicastSourceSettings(Consumer<MulticastSourceSettings.Builder> multicastSourceSettings)

      The settings related to the multicast source.

      This is a convenience method that creates an instance of the MulticastSourceSettings.Builder avoiding the need to create one manually via MulticastSourceSettings.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to multicastSourceSettings(MulticastSourceSettings).

      Parameters:
      multicastSourceSettings - a consumer that will call methods on MulticastSourceSettings.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.

      Parameters:
      name - The name of the network source.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • networkName

      BridgeNetworkSource.Builder networkName(String 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

      BridgeNetworkSource.Builder protocol(String 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: