public static interface IpAddressRequest.Builder extends SdkPojo, CopyableBuilder<IpAddressRequest.Builder,IpAddressRequest>
Modifier and Type | Method and Description |
---|---|
IpAddressRequest.Builder |
ip(String ip)
The IP address that you want to use for DNS queries.
|
IpAddressRequest.Builder |
subnetId(String subnetId)
The subnet that contains the IP address.
|
copy
applyMutation, build
IpAddressRequest.Builder subnetId(String subnetId)
The subnet that contains the IP address.
subnetId
- The subnet that contains the IP address.IpAddressRequest.Builder ip(String ip)
The IP address that you want to use for DNS queries.
ip
- The IP address that you want to use for DNS queries.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.