Interface AddBridgeNetworkSourceRequest.Builder

    • Method Detail

      • multicastIp

        AddBridgeNetworkSourceRequest.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

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

        AddBridgeNetworkSourceRequest.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

        AddBridgeNetworkSourceRequest.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.