| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static PrivateIpAddressSpecification.Builder |
PrivateIpAddressSpecification.builder() |
PrivateIpAddressSpecification.Builder |
PrivateIpAddressSpecification.Builder.primary(Boolean primary)
Indicates whether the private IPv4 address is the primary private IPv4 address.
|
PrivateIpAddressSpecification.Builder |
PrivateIpAddressSpecification.Builder.privateIpAddress(String privateIpAddress)
The private IPv4 address.
|
PrivateIpAddressSpecification.Builder |
PrivateIpAddressSpecification.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PrivateIpAddressSpecification.Builder> |
PrivateIpAddressSpecification.serializableBuilderClass() |
Copyright © 2022. All rights reserved.