Interface InputDeviceNetworkSettings.Builder

All Superinterfaces:
Buildable, CopyableBuilder<InputDeviceNetworkSettings.Builder,InputDeviceNetworkSettings>, SdkBuilder<InputDeviceNetworkSettings.Builder,InputDeviceNetworkSettings>, SdkPojo
Enclosing class:
InputDeviceNetworkSettings

public static interface InputDeviceNetworkSettings.Builder extends SdkPojo, CopyableBuilder<InputDeviceNetworkSettings.Builder,InputDeviceNetworkSettings>
  • Method Details

    • 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

      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

      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

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