Interface InputDeviceNetworkSettings.Builder

    • Method Detail

      • dnsAddresses

        InputDeviceNetworkSettings.Builder dnsAddresses​(Collection<String> dnsAddresses)
        The DNS addresses of the input device.
        Parameters:
        dnsAddresses - The DNS addresses of the input device.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dnsAddresses

        InputDeviceNetworkSettings.Builder dnsAddresses​(String... dnsAddresses)
        The DNS addresses of the input device.
        Parameters:
        dnsAddresses - The DNS addresses of the input device.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • gateway

        InputDeviceNetworkSettings.Builder gateway​(String gateway)
        The network gateway IP address.
        Parameters:
        gateway - The network gateway IP address.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ipAddress

        InputDeviceNetworkSettings.Builder ipAddress​(String ipAddress)
        The IP address of the input device.
        Parameters:
        ipAddress - The IP address of the input device.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ipScheme

        InputDeviceNetworkSettings.Builder ipScheme​(String ipScheme)
        Specifies whether the input device has been configured (outside of MediaLive) to use a dynamic IP address assignment (DHCP) or a static IP address.
        Parameters:
        ipScheme - Specifies whether the input device has been configured (outside of MediaLive) to use a dynamic IP address assignment (DHCP) or a static IP address.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        InputDeviceIpScheme, InputDeviceIpScheme
      • ipScheme

        InputDeviceNetworkSettings.Builder ipScheme​(InputDeviceIpScheme ipScheme)
        Specifies whether the input device has been configured (outside of MediaLive) to use a dynamic IP address assignment (DHCP) or a static IP address.
        Parameters:
        ipScheme - Specifies whether the input device has been configured (outside of MediaLive) to use a dynamic IP address assignment (DHCP) or a static IP address.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        InputDeviceIpScheme, InputDeviceIpScheme
      • subnetMask

        InputDeviceNetworkSettings.Builder subnetMask​(String subnetMask)
        The subnet mask of the input device.
        Parameters:
        subnetMask - The subnet mask of the input device.
        Returns:
        Returns a reference to this object so that method calls can be chained together.