public static interface NetworkInterface.Builder extends SdkPojo, CopyableBuilder<NetworkInterface.Builder,NetworkInterface>
| Modifier and Type | Method and Description |
|---|---|
NetworkInterface.Builder |
ips(Collection<String> ips)
Network interface IPs.
|
NetworkInterface.Builder |
ips(String... ips)
Network interface IPs.
|
NetworkInterface.Builder |
isPrimary(Boolean isPrimary)
Whether this is the primary network interface.
|
NetworkInterface.Builder |
macAddress(String macAddress)
The MAC address of the network interface.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNetworkInterface.Builder ips(Collection<String> ips)
Network interface IPs.
ips - Network interface IPs.NetworkInterface.Builder ips(String... ips)
Network interface IPs.
ips - Network interface IPs.NetworkInterface.Builder isPrimary(Boolean isPrimary)
Whether this is the primary network interface.
isPrimary - Whether this is the primary network interface.NetworkInterface.Builder macAddress(String macAddress)
The MAC address of the network interface.
macAddress - The MAC address of the network interface.Copyright © 2023. All rights reserved.