Interface InputDeviceNetworkSettings.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<InputDeviceNetworkSettings.Builder,,- InputDeviceNetworkSettings> - SdkBuilder<InputDeviceNetworkSettings.Builder,,- InputDeviceNetworkSettings> - SdkPojo
- Enclosing class:
- InputDeviceNetworkSettings
@Mutable
@NotThreadSafe
public static interface InputDeviceNetworkSettings.Builder
extends SdkPojo, CopyableBuilder<InputDeviceNetworkSettings.Builder,InputDeviceNetworkSettings> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
dnsAddressesThe 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.
 
- 
dnsAddressesThe 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.
 
- 
gatewayThe 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.
 
- 
ipAddressThe 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.
 
- 
ipSchemeSpecifies 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:
 
- 
ipSchemeSpecifies 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:
 
- 
subnetMaskThe 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.
 
 
-