Interface BridgeNetworkSource.Builder

    • Method Detail

      • 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.
      • name

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

        BridgeNetworkSource.Builder port​(Integer 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.
        Parameters:
        protocol - The network source protocol.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Protocol, Protocol
      • protocol

        BridgeNetworkSource.Builder protocol​(Protocol 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, Protocol