public static interface NetworkInterface.Builder extends SdkPojo, CopyableBuilder<NetworkInterface.Builder,NetworkInterface>
Modifier and Type | Method and Description |
---|---|
NetworkInterface.Builder |
attachmentId(String attachmentId)
The attachment ID for the network interface.
|
NetworkInterface.Builder |
ipv6Address(String ipv6Address)
The private IPv6 address for the network interface.
|
NetworkInterface.Builder |
privateIpv4Address(String privateIpv4Address)
The private IPv4 address for the network interface.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
NetworkInterface.Builder attachmentId(String attachmentId)
The attachment ID for the network interface.
attachmentId
- The attachment ID for the network interface.NetworkInterface.Builder ipv6Address(String ipv6Address)
The private IPv6 address for the network interface.
ipv6Address
- The private IPv6 address for the network interface.NetworkInterface.Builder privateIpv4Address(String privateIpv4Address)
The private IPv4 address for the network interface.
privateIpv4Address
- The private IPv4 address for the network interface.Copyright © 2020. All rights reserved.