ToCopyableBuilder<InstanceNetworkInterfaceAssociation.Builder,InstanceNetworkInterfaceAssociation>
@Generated("software.amazon.awssdk:codegen") public class InstanceNetworkInterfaceAssociation extends Object implements ToCopyableBuilder<InstanceNetworkInterfaceAssociation.Builder,InstanceNetworkInterfaceAssociation>
Describes association information for an Elastic IP address (IPv4).
Modifier and Type | Class | Description |
---|---|---|
static interface |
InstanceNetworkInterfaceAssociation.Builder |
Modifier and Type | Method | Description |
---|---|---|
static InstanceNetworkInterfaceAssociation.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
ipOwnerId() |
The ID of the owner of the Elastic IP address.
|
String |
publicDnsName() |
The public DNS name.
|
String |
publicIp() |
The public IP address or Elastic IP address bound to the network interface.
|
static Class<? extends InstanceNetworkInterfaceAssociation.Builder> |
serializableBuilderClass() |
|
InstanceNetworkInterfaceAssociation.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String ipOwnerId()
The ID of the owner of the Elastic IP address.
public String publicDnsName()
The public DNS name.
public String publicIp()
The public IP address or Elastic IP address bound to the network interface.
public InstanceNetworkInterfaceAssociation.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<InstanceNetworkInterfaceAssociation.Builder,InstanceNetworkInterfaceAssociation>
public static InstanceNetworkInterfaceAssociation.Builder builder()
public static Class<? extends InstanceNetworkInterfaceAssociation.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.