Uses of Interface
software.amazon.awssdk.services.medialive.model.InputDeviceNetworkSettings.Builder
-
Packages that use InputDeviceNetworkSettings.Builder Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of InputDeviceNetworkSettings.Builder in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return InputDeviceNetworkSettings.Builder Modifier and Type Method Description static InputDeviceNetworkSettings.BuilderInputDeviceNetworkSettings. builder()InputDeviceNetworkSettings.BuilderInputDeviceNetworkSettings.Builder. dnsAddresses(String... dnsAddresses)The DNS addresses of the input device.InputDeviceNetworkSettings.BuilderInputDeviceNetworkSettings.Builder. dnsAddresses(Collection<String> dnsAddresses)The DNS addresses of the input device.InputDeviceNetworkSettings.BuilderInputDeviceNetworkSettings.Builder. gateway(String gateway)The network gateway IP address.InputDeviceNetworkSettings.BuilderInputDeviceNetworkSettings.Builder. ipAddress(String ipAddress)The IP address of the input device.InputDeviceNetworkSettings.BuilderInputDeviceNetworkSettings.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.BuilderInputDeviceNetworkSettings.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.BuilderInputDeviceNetworkSettings.Builder. subnetMask(String subnetMask)The subnet mask of the input device.InputDeviceNetworkSettings.BuilderInputDeviceNetworkSettings. toBuilder()Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type InputDeviceNetworkSettings.Builder Modifier and Type Method Description static Class<? extends InputDeviceNetworkSettings.Builder>InputDeviceNetworkSettings. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.medialive.model with type arguments of type InputDeviceNetworkSettings.Builder Modifier and Type Method Description default DescribeInputDeviceResponse.BuilderDescribeInputDeviceResponse.Builder. networkSettings(Consumer<InputDeviceNetworkSettings.Builder> networkSettings)The network settings for the input device.default InputDeviceSummary.BuilderInputDeviceSummary.Builder. networkSettings(Consumer<InputDeviceNetworkSettings.Builder> networkSettings)Network settings for the input device.default UpdateInputDeviceResponse.BuilderUpdateInputDeviceResponse.Builder. networkSettings(Consumer<InputDeviceNetworkSettings.Builder> networkSettings)The network settings for the input device.
-