public static interface PrivateIp.Builder extends SdkPojo, CopyableBuilder<PrivateIp.Builder,PrivateIp>
Modifier and Type | Method and Description |
---|---|
PrivateIp.Builder |
privateDnsName(String privateDnsName)
The DNS name of the private IP address.
|
PrivateIp.Builder |
privateIpAddress(String privateIpAddress)
The full IP address of the network inteface.
|
copy
applyMutation, build
PrivateIp.Builder privateDnsName(String privateDnsName)
The DNS name of the private IP address.
privateDnsName
- The DNS name of the private IP address.PrivateIp.Builder privateIpAddress(String privateIpAddress)
The full IP address of the network inteface.
privateIpAddress
- The full IP address of the network inteface.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.