public static interface NetworkInterfacePrivateIpAddress.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<NetworkInterfacePrivateIpAddress.Builder,NetworkInterfacePrivateIpAddress>
| Modifier and Type | Method and Description |
|---|---|
NetworkInterfacePrivateIpAddress.Builder |
association(NetworkInterfaceAssociation association)
The association information for an Elastic IP address (IPv4) associated with the network interface.
|
NetworkInterfacePrivateIpAddress.Builder |
primary(Boolean primary)
Indicates whether this IPv4 address is the primary private IPv4 address of the network interface.
|
NetworkInterfacePrivateIpAddress.Builder |
privateDnsName(String privateDnsName)
The private DNS name.
|
NetworkInterfacePrivateIpAddress.Builder |
privateIpAddress(String privateIpAddress)
The private IPv4 address.
|
copyapply, buildNetworkInterfacePrivateIpAddress.Builder association(NetworkInterfaceAssociation association)
The association information for an Elastic IP address (IPv4) associated with the network interface.
association - The association information for an Elastic IP address (IPv4) associated with the network interface.NetworkInterfacePrivateIpAddress.Builder primary(Boolean primary)
Indicates whether this IPv4 address is the primary private IPv4 address of the network interface.
primary - Indicates whether this IPv4 address is the primary private IPv4 address of the network interface.NetworkInterfacePrivateIpAddress.Builder privateDnsName(String privateDnsName)
The private DNS name.
privateDnsName - The private DNS name.NetworkInterfacePrivateIpAddress.Builder privateIpAddress(String privateIpAddress)
The private IPv4 address.
privateIpAddress - The private IPv4 address.Copyright © 2017. All rights reserved.