public static interface NetworkInterface.Builder extends SdkPojo, CopyableBuilder<NetworkInterface.Builder,NetworkInterface>
| Modifier and Type | Method and Description |
|---|---|
NetworkInterface.Builder |
networkInterfaceId(String networkInterfaceId)
The ID of the network interface.
|
NetworkInterface.Builder |
privateIpAddress(String privateIpAddress)
The IPv4 address of the network interface within the subnet.
|
NetworkInterface.Builder |
publicIpAddress(String publicIpAddress)
The IPv4 public address of the network interface.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNetworkInterface.Builder networkInterfaceId(String networkInterfaceId)
The ID of the network interface.
networkInterfaceId - The ID of the network interface.NetworkInterface.Builder privateIpAddress(String privateIpAddress)
The IPv4 address of the network interface within the subnet.
privateIpAddress - The IPv4 address of the network interface within the subnet.NetworkInterface.Builder publicIpAddress(String publicIpAddress)
The IPv4 public address of the network interface.
publicIpAddress - The IPv4 public address of the network interface.Copyright © 2023. All rights reserved.