| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
default InstancePrivateIpAddress.Builder |
InstancePrivateIpAddress.Builder.association(Consumer<InstanceNetworkInterfaceAssociation.Builder> association)
The association information for an Elastic IP address for the network interface.
|
InstancePrivateIpAddress.Builder |
InstancePrivateIpAddress.Builder.association(InstanceNetworkInterfaceAssociation association)
The association information for an Elastic IP address for the network interface.
|
static InstancePrivateIpAddress.Builder |
InstancePrivateIpAddress.builder() |
InstancePrivateIpAddress.Builder |
InstancePrivateIpAddress.Builder.primary(Boolean primary)
Indicates whether this IPv4 address is the primary private IP address of the network interface.
|
InstancePrivateIpAddress.Builder |
InstancePrivateIpAddress.Builder.privateDnsName(String privateDnsName)
The private IPv4 DNS name.
|
InstancePrivateIpAddress.Builder |
InstancePrivateIpAddress.Builder.privateIpAddress(String privateIpAddress)
The private IPv4 address of the network interface.
|
InstancePrivateIpAddress.Builder |
InstancePrivateIpAddress.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InstancePrivateIpAddress.Builder> |
InstancePrivateIpAddress.serializableBuilderClass() |
Copyright © 2020. All rights reserved.