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 AWS assigns to represent the allocation of the Elastic IP address for use with
instances in a VPC.
|
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 this Elastic IP address is for use with instances in EC2-Classic (
standard) or
instances in a VPC (vpc). |
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 |
networkBorderGroup(String networkBorderGroup)
The location from which the IP address is advertised.
|
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)
[EC2-VPC] The ID that AWS assigns to represent the allocation of the Elastic IP address for use with instances in a VPC.
allocationId - [EC2-VPC] The ID that AWS 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 location from which the IP address is advertised.
networkBorderGroup - The location from which the IP address is advertised.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).
domain - Indicates whether this Elastic IP address is for use with instances in EC2-Classic (
standard) or instances in a VPC (vpc).DomainType,
DomainTypeAllocateAddressResponse.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).
domain - Indicates whether this Elastic IP address is for use with instances in EC2-Classic (
standard) or instances in a VPC (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.Copyright © 2020. All rights reserved.