public static interface NetworkInterfacePrivateIpAddress.Builder extends CopyableBuilder<NetworkInterfacePrivateIpAddress.Builder,NetworkInterfacePrivateIpAddress>
| Modifier and Type | Method and Description |
|---|---|
default NetworkInterfacePrivateIpAddress.Builder |
association(Consumer<NetworkInterfaceAssociation.Builder> association)
The association information for an Elastic IP address (IPv4) associated with the network interface.
|
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.default NetworkInterfacePrivateIpAddress.Builder association(Consumer<NetworkInterfaceAssociation.Builder> association)
The association information for an Elastic IP address (IPv4) associated with the network interface.
This is a convenience that creates an instance of theNetworkInterfaceAssociation.Builder avoiding
the need to create one manually via NetworkInterfaceAssociation.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to association(NetworkInterfaceAssociation).association - a consumer that will call methods on NetworkInterfaceAssociation.Builderassociation(NetworkInterfaceAssociation)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 Amazon Web Services, Inc. All Rights Reserved.