public static class InstanceNetworkInterfaceAssociation.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
InstanceNetworkInterfaceAssociation |
build() |
InstanceNetworkInterfaceAssociation.Builder |
carrierIp(String carrierIp)
The carrier IP address associated with the network interface.
|
InstanceNetworkInterfaceAssociation.Builder |
copy(InstanceNetworkInterfaceAssociation model) |
InstanceNetworkInterfaceAssociation.Builder |
customerOwnedIp(String customerOwnedIp)
The customer-owned IP address associated with the network interface.
|
InstanceNetworkInterfaceAssociation.Builder |
ipOwnerKey(String ipOwnerKey)
The ID of the owner of the Elastic IP address.
|
InstanceNetworkInterfaceAssociation.Builder |
publicDnsName(String publicDnsName)
The public DNS name.
|
InstanceNetworkInterfaceAssociation.Builder |
publicIp(String publicIp)
The public IP address or Elastic IP address bound to the network interface.
|
public InstanceNetworkInterfaceAssociation.Builder carrierIp(String carrierIp)
The carrier IP address associated with the network interface.
carrierIp
- the value to setpublic InstanceNetworkInterfaceAssociation.Builder customerOwnedIp(String customerOwnedIp)
The customer-owned IP address associated with the network interface.
customerOwnedIp
- the value to setpublic InstanceNetworkInterfaceAssociation.Builder ipOwnerKey(String ipOwnerKey)
The ID of the owner of the Elastic IP address.
ipOwnerKey
- the value to setpublic InstanceNetworkInterfaceAssociation.Builder publicDnsName(String publicDnsName)
The public DNS name.
publicDnsName
- the value to setpublic InstanceNetworkInterfaceAssociation.Builder publicIp(String publicIp)
The public IP address or Elastic IP address bound to the network interface.
publicIp
- the value to setpublic InstanceNetworkInterfaceAssociation build()
public InstanceNetworkInterfaceAssociation.Builder copy(InstanceNetworkInterfaceAssociation model)
Copyright © 2016–2024. All rights reserved.