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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputDeviceNetworkSettings.BuilderdnsAddresses(String... dnsAddresses)The DNS addresses of the input device.InputDeviceNetworkSettings.BuilderdnsAddresses(Collection<String> dnsAddresses)The DNS addresses of the input device.InputDeviceNetworkSettings.Buildergateway(String gateway)The network gateway IP address.InputDeviceNetworkSettings.BuilderipAddress(String ipAddress)The IP address of the input device.InputDeviceNetworkSettings.BuilderipScheme(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.BuilderipScheme(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.BuildersubnetMask(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 Detail
-
dnsAddresses
InputDeviceNetworkSettings.Builder dnsAddresses(Collection<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.
-
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
InputDeviceNetworkSettings.Builder gateway(String 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
InputDeviceNetworkSettings.Builder ipAddress(String 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
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.- 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:
InputDeviceIpScheme,InputDeviceIpScheme
-
ipScheme
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.- 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:
InputDeviceIpScheme,InputDeviceIpScheme
-
subnetMask
InputDeviceNetworkSettings.Builder subnetMask(String 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.
-
-