CopyableBuilder<NetworkInterfacePrivateIpAddress.Builder,NetworkInterfacePrivateIpAddress>
, SdkBuilder<NetworkInterfacePrivateIpAddress.Builder,NetworkInterfacePrivateIpAddress>
public static interface NetworkInterfacePrivateIpAddress.Builder extends CopyableBuilder<NetworkInterfacePrivateIpAddress.Builder,NetworkInterfacePrivateIpAddress>
Modifier and Type | Method | 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.
|
copy
apply, build
NetworkInterfacePrivateIpAddress.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 Amazon Web Services, Inc. All Rights Reserved.