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 Amazon Web Services 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.carrierIp(String carrierIp)
The carrier IP address.
|
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 the Elastic IP address is for use with instances in a VPC (
vpc ) or instances
in EC2-Classic (standard ). |
AllocateAddressResponse.Builder |
AllocateAddressResponse.Builder.domain(String domain)
Indicates whether the Elastic IP address is for use with instances in a VPC (
vpc ) or instances
in EC2-Classic (standard ). |
AllocateAddressResponse.Builder |
AllocateAddressResponse.Builder.networkBorderGroup(String networkBorderGroup)
The set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services advertises IP
addresses.
|
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 © 2021. All rights reserved.