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