| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
static InputDeviceNetworkSettings.Builder |
InputDeviceNetworkSettings.builder() |
InputDeviceNetworkSettings.Builder |
InputDeviceNetworkSettings.Builder.dnsAddresses(Collection<String> dnsAddresses)
The DNS addresses of the input device.
|
InputDeviceNetworkSettings.Builder |
InputDeviceNetworkSettings.Builder.dnsAddresses(String... dnsAddresses)
The DNS addresses of the input device.
|
InputDeviceNetworkSettings.Builder |
InputDeviceNetworkSettings.Builder.gateway(String gateway)
The network gateway IP address.
|
InputDeviceNetworkSettings.Builder |
InputDeviceNetworkSettings.Builder.ipAddress(String ipAddress)
The IP address of the input device.
|
InputDeviceNetworkSettings.Builder |
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 |
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 |
InputDeviceNetworkSettings.Builder.subnetMask(String subnetMask)
The subnet mask of the input device.
|
InputDeviceNetworkSettings.Builder |
InputDeviceNetworkSettings.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InputDeviceNetworkSettings.Builder> |
InputDeviceNetworkSettings.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateInputDeviceResponse.Builder |
UpdateInputDeviceResponse.Builder.networkSettings(Consumer<InputDeviceNetworkSettings.Builder> networkSettings)
The network settings for the input device.
|
default InputDeviceSummary.Builder |
InputDeviceSummary.Builder.networkSettings(Consumer<InputDeviceNetworkSettings.Builder> networkSettings)
Network settings for the input device.
|
default DescribeInputDeviceResponse.Builder |
DescribeInputDeviceResponse.Builder.networkSettings(Consumer<InputDeviceNetworkSettings.Builder> networkSettings)
The network settings for the input device.
|
Copyright © 2022. All rights reserved.