CopyableBuilder<AllocateAddressResponse.Builder,AllocateAddressResponse>, SdkBuilder<AllocateAddressResponse.Builder,AllocateAddressResponse>public static interface AllocateAddressResponse.Builder extends CopyableBuilder<AllocateAddressResponse.Builder,AllocateAddressResponse>
| Modifier and Type | Method | 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(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 |
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 |
publicIp(String publicIp) |
The Elastic IP address.
|
copyapply, 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).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).DomainTypeCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.