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. |
copy
apply, build
AllocateAddressRequest.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.
DomainType
AllocateAddressRequest.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.
DomainType
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.