public static interface NetworkInterfaceAssociation.Builder extends CopyableBuilder<NetworkInterfaceAssociation.Builder,NetworkInterfaceAssociation>
| Modifier and Type | Method and Description |
|---|---|
NetworkInterfaceAssociation.Builder |
allocationId(String allocationId)
The allocation ID.
|
NetworkInterfaceAssociation.Builder |
associationId(String associationId)
The association ID.
|
NetworkInterfaceAssociation.Builder |
ipOwnerId(String ipOwnerId)
The ID of the Elastic IP address owner.
|
NetworkInterfaceAssociation.Builder |
publicDnsName(String publicDnsName)
The public DNS name.
|
NetworkInterfaceAssociation.Builder |
publicIp(String publicIp)
The address of the Elastic IP address bound to the network interface.
|
copyapply, buildNetworkInterfaceAssociation.Builder allocationId(String allocationId)
The allocation ID.
allocationId - The allocation ID.NetworkInterfaceAssociation.Builder associationId(String associationId)
The association ID.
associationId - The association ID.NetworkInterfaceAssociation.Builder ipOwnerId(String ipOwnerId)
The ID of the Elastic IP address owner.
ipOwnerId - The ID of the Elastic IP address owner.NetworkInterfaceAssociation.Builder publicDnsName(String publicDnsName)
The public DNS name.
publicDnsName - The public DNS name.NetworkInterfaceAssociation.Builder publicIp(String publicIp)
The address of the Elastic IP address bound to the network interface.
publicIp - The address of the Elastic IP address bound to the network interface.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.