Address.Builder |
Address.Builder.allocationId(String allocationId) |
The ID representing the allocation of the address.
|
Address.Builder |
Address.Builder.associationId(String associationId) |
The ID representing the association of the address with an instance.
|
static Address.Builder |
Address.builder() |
|
Address.Builder |
Address.Builder.carrierIp(String carrierIp) |
The carrier IP address associated.
|
Address.Builder |
Address.Builder.customerOwnedIp(String customerOwnedIp) |
The customer-owned IP address.
|
Address.Builder |
Address.Builder.customerOwnedIpv4Pool(String customerOwnedIpv4Pool) |
The ID of the customer-owned address pool.
|
Address.Builder |
Address.Builder.domain(String domain) |
The network (vpc ).
|
Address.Builder |
Address.Builder.domain(DomainType domain) |
The network (vpc ).
|
Address.Builder |
Address.Builder.instanceId(String instanceId) |
The ID of the instance that the address is associated with (if any).
|
Address.Builder |
Address.Builder.networkBorderGroup(String networkBorderGroup) |
The name of the unique set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web
Services advertises IP addresses.
|
Address.Builder |
Address.Builder.networkInterfaceId(String networkInterfaceId) |
The ID of the network interface.
|
Address.Builder |
Address.Builder.networkInterfaceOwnerId(String networkInterfaceOwnerId) |
The ID of the Amazon Web Services account that owns the network interface.
|
Address.Builder |
Address.Builder.privateIpAddress(String privateIpAddress) |
The private IP address associated with the Elastic IP address.
|
Address.Builder |
Address.Builder.publicIp(String publicIp) |
The Elastic IP address.
|
Address.Builder |
Address.Builder.publicIpv4Pool(String publicIpv4Pool) |
The ID of an address pool.
|
Address.Builder |
Address.Builder.serviceManaged(String serviceManaged) |
The service that manages the elastic IP address.
|
Address.Builder |
Address.Builder.serviceManaged(ServiceManaged serviceManaged) |
The service that manages the elastic IP address.
|
Address.Builder |
Address.Builder.tags(Collection<Tag> tags) |
Any tags assigned to the Elastic IP address.
|
Address.Builder |
Address.Builder.tags(Consumer<Tag.Builder>... tags) |
Any tags assigned to the Elastic IP address.
|
Address.Builder |
Address.Builder.tags(Tag... tags) |
Any tags assigned to the Elastic IP address.
|
Address.Builder |
Address.toBuilder() |
|