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