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 Summary
Modifier and TypeMethodDescriptiondnsAddresses
(String... dnsAddresses) The DNS addresses of the input device.dnsAddresses
(Collection<String> dnsAddresses) The DNS addresses of the input device.The network gateway IP address.The IP address of the input device.Specifies whether the input device has been configured (outside of MediaLive) to use a dynamic IP address assignment (DHCP) or a static IP address.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.subnetMask
(String subnetMask) The subnet mask of the input device.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
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
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.
-