| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
AllocateAddressResponse.Builder |
AllocateAddressResponse.Builder.allocationId(String allocationId)
[EC2-VPC] The ID that AWS assigns to represent the allocation of the Elastic IP address for use with
instances in a VPC.
|
static AllocateAddressResponse.Builder |
AllocateAddressResponse.builder() |
AllocateAddressResponse.Builder |
AllocateAddressResponse.Builder.customerOwnedIp(String customerOwnedIp)
The customer-owned IP address.
|
AllocateAddressResponse.Builder |
AllocateAddressResponse.Builder.customerOwnedIpv4Pool(String customerOwnedIpv4Pool)
The ID of the customer-owned address pool.
|
AllocateAddressResponse.Builder |
AllocateAddressResponse.Builder.domain(DomainType domain)
Indicates whether this Elastic IP address is for use with instances in EC2-Classic (
standard) or
instances in a VPC (vpc). |
AllocateAddressResponse.Builder |
AllocateAddressResponse.Builder.domain(String domain)
Indicates whether this Elastic IP address is for use with instances in EC2-Classic (
standard) or
instances in a VPC (vpc). |
AllocateAddressResponse.Builder |
AllocateAddressResponse.Builder.networkBorderGroup(String networkBorderGroup)
The location from which the IP address is advertised.
|
AllocateAddressResponse.Builder |
AllocateAddressResponse.Builder.publicIp(String publicIp)
The Elastic IP address.
|
AllocateAddressResponse.Builder |
AllocateAddressResponse.Builder.publicIpv4Pool(String publicIpv4Pool)
The ID of an address pool.
|
AllocateAddressResponse.Builder |
AllocateAddressResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AllocateAddressResponse.Builder> |
AllocateAddressResponse.serializableBuilderClass() |
Copyright © 2020. All rights reserved.