public static interface PrivateIpAddressSpecification.Builder extends SdkPojo, 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.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
PrivateIpAddressSpecification.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 © 2021. All rights reserved.