public static interface NetworkInterfacePrivateIpAddress.Builder extends SdkPojo, CopyableBuilder<NetworkInterfacePrivateIpAddress.Builder,NetworkInterfacePrivateIpAddress>
Modifier and Type | Method and Description |
---|---|
default NetworkInterfacePrivateIpAddress.Builder |
association(Consumer<NetworkInterfaceAssociation.Builder> association)
The association information for an Elastic IP address (IPv4) associated with the network interface.
|
NetworkInterfacePrivateIpAddress.Builder |
association(NetworkInterfaceAssociation association)
The association information for an Elastic IP address (IPv4) associated with the network interface.
|
NetworkInterfacePrivateIpAddress.Builder |
primary(Boolean primary)
Indicates whether this IPv4 address is the primary private IPv4 address of the network interface.
|
NetworkInterfacePrivateIpAddress.Builder |
privateDnsName(String privateDnsName)
The private DNS name.
|
NetworkInterfacePrivateIpAddress.Builder |
privateIpAddress(String privateIpAddress)
The private IPv4 address.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
NetworkInterfacePrivateIpAddress.Builder association(NetworkInterfaceAssociation association)
The association information for an Elastic IP address (IPv4) associated with the network interface.
association
- The association information for an Elastic IP address (IPv4) associated with the network interface.default NetworkInterfacePrivateIpAddress.Builder association(Consumer<NetworkInterfaceAssociation.Builder> association)
The association information for an Elastic IP address (IPv4) associated with the network interface.
This is a convenience method that creates an instance of theNetworkInterfaceAssociation.Builder
avoiding the need to create one manually via NetworkInterfaceAssociation.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called
immediately and its result is passed to association(NetworkInterfaceAssociation)
.
association
- a consumer that will call methods on NetworkInterfaceAssociation.Builder
association(NetworkInterfaceAssociation)
NetworkInterfacePrivateIpAddress.Builder primary(Boolean primary)
Indicates whether this IPv4 address is the primary private IPv4 address of the network interface.
primary
- Indicates whether this IPv4 address is the primary private IPv4 address of the network interface.NetworkInterfacePrivateIpAddress.Builder privateDnsName(String privateDnsName)
The private DNS name.
privateDnsName
- The private DNS name.NetworkInterfacePrivateIpAddress.Builder privateIpAddress(String privateIpAddress)
The private IPv4 address.
privateIpAddress
- The private IPv4 address.Copyright © 2023. All rights reserved.