public static interface PrivateIpAddressDetails.Builder extends SdkPojo, CopyableBuilder<PrivateIpAddressDetails.Builder,PrivateIpAddressDetails>
| Modifier and Type | Method and Description |
|---|---|
PrivateIpAddressDetails.Builder |
privateDnsName(String privateDnsName)
The private DNS name of the EC2 instance.
|
PrivateIpAddressDetails.Builder |
privateIpAddress(String privateIpAddress)
The private IP address of the EC2 instance.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPrivateIpAddressDetails.Builder privateDnsName(String privateDnsName)
The private DNS name of the EC2 instance.
privateDnsName - The private DNS name of the EC2 instance.PrivateIpAddressDetails.Builder privateIpAddress(String privateIpAddress)
The private IP address of the EC2 instance.
privateIpAddress - The private IP address of the EC2 instance.Copyright © 2022. All rights reserved.