public static interface NetworkInterfaceAssociation.Builder extends SdkPojo, 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 |
carrierIp(String carrierIp)
The carrier IP address associated with the network interface.
|
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 or Carrier IP address bound to the network interface.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, 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 or Carrier IP address bound to the network interface.
publicIp - The address of the Elastic IP address or Carrier IP address bound to the network interface.NetworkInterfaceAssociation.Builder carrierIp(String carrierIp)
The carrier IP address associated with the network interface.
This option is only available when the network interface is in a subnet which is associated with a Wavelength Zone.
carrierIp - The carrier IP address associated with the network interface.
This option is only available when the network interface is in a subnet which is associated with a Wavelength Zone.
Copyright © 2020. All rights reserved.