public static interface NetworkInterface.Builder extends SdkPojo, CopyableBuilder<NetworkInterface.Builder,NetworkInterface>
| Modifier and Type | Method and Description |
|---|---|
NetworkInterface.Builder |
availabilityZone(String availabilityZone)
The availability Zone.
|
NetworkInterface.Builder |
networkInterfaceId(String networkInterfaceId)
The unique identifier of the network interface.
|
NetworkInterface.Builder |
privateIpAddress(String privateIpAddress)
The IPv4 address of the network interface within the subnet.
|
NetworkInterface.Builder |
subnetId(String subnetId)
The unique identifier of the subnet.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNetworkInterface.Builder availabilityZone(String availabilityZone)
The availability Zone.
availabilityZone - The availability Zone.NetworkInterface.Builder networkInterfaceId(String networkInterfaceId)
The unique identifier of the network interface.
networkInterfaceId - The unique identifier 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 subnetId(String subnetId)
The unique identifier of the subnet.
subnetId - The unique identifier of the subnet.Copyright © 2022. All rights reserved.