public static interface InstanceNetworkInterfaceAssociation.Builder extends CopyableBuilder<InstanceNetworkInterfaceAssociation.Builder,InstanceNetworkInterfaceAssociation>
Modifier and Type | Method and Description |
---|---|
InstanceNetworkInterfaceAssociation.Builder |
ipOwnerId(String ipOwnerId)
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.
|
copy
applyMutation, build
InstanceNetworkInterfaceAssociation.Builder ipOwnerId(String ipOwnerId)
The ID of the owner of the Elastic IP address.
ipOwnerId
- The ID of the owner of the Elastic IP address.InstanceNetworkInterfaceAssociation.Builder publicDnsName(String publicDnsName)
The public DNS name.
publicDnsName
- The public DNS name.InstanceNetworkInterfaceAssociation.Builder publicIp(String publicIp)
The public IP address or Elastic IP address bound to the network interface.
publicIp
- The public IP address or Elastic IP address bound to the network interface.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.