CopyableBuilder<InstanceNetworkInterfaceAssociation.Builder,InstanceNetworkInterfaceAssociation>
, SdkBuilder<InstanceNetworkInterfaceAssociation.Builder,InstanceNetworkInterfaceAssociation>
public static interface InstanceNetworkInterfaceAssociation.Builder extends CopyableBuilder<InstanceNetworkInterfaceAssociation.Builder,InstanceNetworkInterfaceAssociation>
Modifier and Type | Method | 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
apply, 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.