public static interface AllocateAddressResponse.Builder extends EC2Response.Builder, 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 |
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 |
publicIp(String publicIp)
The Elastic IP address.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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 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,
DomainTypeCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.