public static interface PrivateIpAddressSpecification.Builder extends CopyableBuilder<PrivateIpAddressSpecification.Builder,PrivateIpAddressSpecification>
| Modifier and Type | Method and Description |
|---|---|
PrivateIpAddressSpecification.Builder |
primary(Boolean primary)
Indicates whether the private IPv4 address is the primary private IPv4 address.
|
PrivateIpAddressSpecification.Builder |
privateIpAddress(String privateIpAddress)
The private IPv4 addresses.
|
copyapply, buildPrivateIpAddressSpecification.Builder primary(Boolean primary)
Indicates whether the private IPv4 address is the primary private IPv4 address. Only one IPv4 address can be designated as primary.
primary - Indicates whether the private IPv4 address is the primary private IPv4 address. Only one IPv4 address
can be designated as primary.PrivateIpAddressSpecification.Builder privateIpAddress(String privateIpAddress)
The private IPv4 addresses.
privateIpAddress - The private IPv4 addresses.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.