public static interface AllocateAddressResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<AllocateAddressResponse.Builder,AllocateAddressResponse>
Modifier and Type | Method and Description |
---|---|
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.
|
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)
Indicates whether the Elastic IP address is for use with instances in a VPC (
vpc ) or instances
in EC2-Classic (standard ). |
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 |
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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
AllocateAddressResponse.Builder publicIp(String publicIp)
The Elastic IP address.
publicIp
- The Elastic IP address.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.
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.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)
Indicates whether the Elastic IP address is for use with instances in a VPC (vpc
) or instances
in EC2-Classic (standard
).
domain
- Indicates whether the Elastic IP address is for use with instances in a VPC (vpc
) or
instances in EC2-Classic (standard
).DomainType
,
DomainType
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
).
domain
- Indicates whether the Elastic IP address is for use with instances in a VPC (vpc
) or
instances in EC2-Classic (standard
).DomainType
,
DomainType
AllocateAddressResponse.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 which reside in a subnet in a Wavelength Zone (for example an EC2 instance).
carrierIp
- The carrier IP address. This option is only available for network interfaces which reside in a subnet
in a Wavelength Zone (for example an EC2 instance).Copyright © 2021. All rights reserved.