public static interface AllocateAddressResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<AllocateAddressResponse.Builder,AllocateAddressResponse>
| Modifier and Type | Method and Description |
|---|---|
AllocateAddressResponse.Builder |
allocationId(String allocationId)
The ID that represents the allocation of the Elastic IP address.
|
AllocateAddressResponse.Builder |
carrierIp(String carrierIp)
The carrier IP address.
|
AllocateAddressResponse.Builder |
customerOwnedIp(String customerOwnedIp)
The customer-owned IP address.
|
AllocateAddressResponse.Builder |
customerOwnedIpv4Pool(String customerOwnedIpv4Pool)
The ID of the customer-owned address pool.
|
AllocateAddressResponse.Builder |
domain(DomainType domain)
The network (
vpc). |
AllocateAddressResponse.Builder |
domain(String domain)
The network (
vpc). |
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 |
publicIp(String publicIp)
The Elastic IP address.
|
AllocateAddressResponse.Builder |
publicIpv4Pool(String publicIpv4Pool)
The ID of an address pool.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildAllocateAddressResponse.Builder publicIp(String publicIp)
The Elastic IP address.
publicIp - The Elastic IP address.AllocateAddressResponse.Builder allocationId(String allocationId)
The ID that represents the allocation of the Elastic IP address.
allocationId - The ID that represents the allocation of the Elastic IP address.AllocateAddressResponse.Builder publicIpv4Pool(String publicIpv4Pool)
The ID of an address pool.
publicIpv4Pool - The ID of an address pool.AllocateAddressResponse.Builder networkBorderGroup(String networkBorderGroup)
The set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services advertises IP addresses.
networkBorderGroup - The set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services
advertises IP addresses.AllocateAddressResponse.Builder domain(String domain)
The network (vpc).
domain - The network (vpc).DomainType,
DomainTypeAllocateAddressResponse.Builder domain(DomainType domain)
The network (vpc).
domain - The network (vpc).DomainType,
DomainTypeAllocateAddressResponse.Builder customerOwnedIp(String customerOwnedIp)
The customer-owned IP address.
customerOwnedIp - The customer-owned IP address.AllocateAddressResponse.Builder customerOwnedIpv4Pool(String customerOwnedIpv4Pool)
The ID of the customer-owned address pool.
customerOwnedIpv4Pool - The ID of the customer-owned address pool.AllocateAddressResponse.Builder carrierIp(String carrierIp)
The carrier IP address. This option is only available for network interfaces that reside in a subnet in a Wavelength Zone.
carrierIp - The carrier IP address. This option is only available for network interfaces that reside in a subnet
in a Wavelength Zone.Copyright © 2023. All rights reserved.