@Generated(value="software.amazon.awssdk:codegen") public final class Address extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Address.Builder,Address>
Describes an Elastic IP address.
Modifier and Type | Class and Description |
---|---|
static interface |
Address.Builder |
Modifier and Type | Method and Description |
---|---|
String |
allocationId()
The ID representing the allocation of the address for use with EC2-VPC.
|
String |
associationId()
The ID representing the association of the address with an instance in a VPC.
|
static Address.Builder |
builder() |
DomainType |
domain()
Indicates whether this Elastic IP address is for use with instances in EC2-Classic (
standard ) or
instances in a VPC (vpc ). |
String |
domainAsString()
Indicates whether this Elastic IP address is for use with instances in EC2-Classic (
standard ) or
instances in a VPC (vpc ). |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
instanceId()
The ID of the instance that the address is associated with (if any).
|
String |
networkInterfaceId()
The ID of the network interface.
|
String |
networkInterfaceOwnerId()
The ID of the AWS account that owns the network interface.
|
String |
privateIpAddress()
The private IP address associated with the Elastic IP address.
|
String |
publicIp()
The Elastic IP address.
|
String |
publicIpv4Pool()
The ID of an address pool.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Address.Builder> |
serializableBuilderClass() |
List<Tag> |
tags()
Any tags assigned to the Elastic IP address.
|
Address.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String instanceId()
The ID of the instance that the address is associated with (if any).
public String publicIp()
The Elastic IP address.
public String allocationId()
The ID representing the allocation of the address for use with EC2-VPC.
public String associationId()
The ID representing the association of the address with an instance in a VPC.
public DomainType domain()
Indicates whether this Elastic IP address is for use with instances in EC2-Classic (standard
) or
instances in a VPC (vpc
).
If the service returns an enum value that is not available in the current SDK version, domain
will
return DomainType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
domainAsString()
.
standard
) or instances in a VPC (vpc
).DomainType
public String domainAsString()
Indicates whether this Elastic IP address is for use with instances in EC2-Classic (standard
) or
instances in a VPC (vpc
).
If the service returns an enum value that is not available in the current SDK version, domain
will
return DomainType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
domainAsString()
.
standard
) or instances in a VPC (vpc
).DomainType
public String networkInterfaceId()
The ID of the network interface.
public String networkInterfaceOwnerId()
The ID of the AWS account that owns the network interface.
public String privateIpAddress()
The private IP address associated with the Elastic IP address.
public List<Tag> tags()
Any tags assigned to the Elastic IP address.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String publicIpv4Pool()
The ID of an address pool.
public Address.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Address.Builder,Address>
public static Address.Builder builder()
public static Class<? extends Address.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.