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 that the network interface resides in.
|
NetworkInterface.Builder |
errorMessage(String errorMessage)
An error message.
|
NetworkInterface.Builder |
networkInterfaceId(String networkInterfaceId)
The network interface ID.
|
NetworkInterface.Builder |
status(NetworkInterfaceStatus status)
The status of the network interface.
|
NetworkInterface.Builder |
status(String status)
The status of the network interface.
|
NetworkInterface.Builder |
subnetId(String subnetId)
The subnet ID associated with the network interface.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
NetworkInterface.Builder subnetId(String subnetId)
The subnet ID associated with the network interface.
subnetId
- The subnet ID associated with the network interface.NetworkInterface.Builder availabilityZone(String availabilityZone)
The availability zone that the network interface resides in.
availabilityZone
- The availability zone that the network interface resides in.NetworkInterface.Builder errorMessage(String errorMessage)
An error message.
errorMessage
- An error message.NetworkInterface.Builder status(String status)
The status of the network interface.
status
- The status of the network interface.NetworkInterfaceStatus
,
NetworkInterfaceStatus
NetworkInterface.Builder status(NetworkInterfaceStatus status)
The status of the network interface.
status
- The status of the network interface.NetworkInterfaceStatus
,
NetworkInterfaceStatus
NetworkInterface.Builder networkInterfaceId(String networkInterfaceId)
The network interface ID.
networkInterfaceId
- The network interface ID.Copyright © 2023. All rights reserved.