CopyableBuilder<AllocateAddressRequest.Builder,AllocateAddressRequest>, SdkBuilder<AllocateAddressRequest.Builder,AllocateAddressRequest>public static interface AllocateAddressRequest.Builder extends CopyableBuilder<AllocateAddressRequest.Builder,AllocateAddressRequest>
| Modifier and Type | Method | Description |
|---|---|---|
AllocateAddressRequest.Builder |
domain(String domain) |
Set to
vpc to allocate the address for use with instances in a VPC. |
AllocateAddressRequest.Builder |
domain(DomainType domain) |
Set to
vpc to allocate the address for use with instances in a VPC. |
copyapply, buildAllocateAddressRequest.Builder domain(String domain)
Set to vpc to allocate the address for use with instances in a VPC.
Default: The address is for use with instances in EC2-Classic.
domain - Set to vpc to allocate the address for use with instances in a VPC.
Default: The address is for use with instances in EC2-Classic.
DomainTypeAllocateAddressRequest.Builder domain(DomainType domain)
Set to vpc to allocate the address for use with instances in a VPC.
Default: The address is for use with instances in EC2-Classic.
domain - Set to vpc to allocate the address for use with instances in a VPC.
Default: The address is for use with instances in EC2-Classic.
DomainTypeCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.