@Generated(value="software.amazon.awssdk:codegen") public class Address extends Object implements 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 |
domainString()
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.
|
static Class<? extends Address.Builder> |
serializableBuilderClass() |
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
domainString()
.
standard
) or instances in a VPC (vpc
).DomainType
public String domainString()
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
domainString()
.
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 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.