public static interface InputDeviceNetworkSettings.Builder extends SdkPojo, CopyableBuilder<InputDeviceNetworkSettings.Builder,InputDeviceNetworkSettings>
| Modifier and Type | Method and Description |
|---|---|
InputDeviceNetworkSettings.Builder |
dnsAddresses(Collection<String> dnsAddresses)
The DNS addresses of the input device.
|
InputDeviceNetworkSettings.Builder |
dnsAddresses(String... dnsAddresses)
The DNS addresses of the input device.
|
InputDeviceNetworkSettings.Builder |
gateway(String gateway)
The network gateway IP address.
|
InputDeviceNetworkSettings.Builder |
ipAddress(String ipAddress)
The IP address of the input device.
|
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.
|
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.
|
InputDeviceNetworkSettings.Builder |
subnetMask(String subnetMask)
The subnet mask of the input device.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInputDeviceNetworkSettings.Builder dnsAddresses(Collection<String> dnsAddresses)
dnsAddresses - The DNS addresses of the input device.InputDeviceNetworkSettings.Builder dnsAddresses(String... dnsAddresses)
dnsAddresses - The DNS addresses of the input device.InputDeviceNetworkSettings.Builder gateway(String gateway)
gateway - The network gateway IP address.InputDeviceNetworkSettings.Builder ipAddress(String ipAddress)
ipAddress - The IP address of the input device.InputDeviceNetworkSettings.Builder ipScheme(String ipScheme)
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.InputDeviceIpScheme,
InputDeviceIpSchemeInputDeviceNetworkSettings.Builder ipScheme(InputDeviceIpScheme ipScheme)
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.InputDeviceIpScheme,
InputDeviceIpSchemeInputDeviceNetworkSettings.Builder subnetMask(String subnetMask)
subnetMask - The subnet mask of the input device.Copyright © 2022. All rights reserved.