public static interface NetworkInterface.Builder extends SdkPojo, CopyableBuilder<NetworkInterface.Builder,NetworkInterface>
| Modifier and Type | Method and Description | 
|---|---|
NetworkInterface.Builder | 
ipv4Address(String ipv4Address)
 The Internet Protocol version 4 (IPv4) address of the interface. 
 | 
NetworkInterface.Builder | 
ipv6Address(String ipv6Address)
 The Internet Protocol version 6 (IPv6) address of the interface. 
 | 
NetworkInterface.Builder | 
macAddress(String macAddress)
 The Media Access Control (MAC) address of the interface. 
 | 
copyapplyMutation, buildNetworkInterface.Builder ipv4Address(String ipv4Address)
The Internet Protocol version 4 (IPv4) address of the interface.
ipv4Address - The Internet Protocol version 4 (IPv4) address of the interface.NetworkInterface.Builder macAddress(String macAddress)
The Media Access Control (MAC) address of the interface.
This is currently unsupported and will not be returned in output.
macAddress - The Media Access Control (MAC) address of the interface. This is currently unsupported and will not be returned in output.
NetworkInterface.Builder ipv6Address(String ipv6Address)
The Internet Protocol version 6 (IPv6) address of the interface. Currently not supported.
ipv6Address - The Internet Protocol version 6 (IPv6) address of the interface. Currently not supported.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.