Interface NetworkInterface.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<NetworkInterface.Builder,
,NetworkInterface> SdkBuilder<NetworkInterface.Builder,
,NetworkInterface> SdkPojo
- Enclosing class:
NetworkInterface
public static interface NetworkInterface.Builder
extends SdkPojo, CopyableBuilder<NetworkInterface.Builder,NetworkInterface>
-
Method Summary
Modifier and TypeMethodDescriptionavailabilityZone
(String availabilityZone) The availability zone that the network interface resides in.errorMessage
(String errorMessage) An error message.networkInterfaceId
(String networkInterfaceId) The network interface ID.The status of the network interface.status
(NetworkInterfaceStatus status) The status of the network interface.The subnet ID associated with the network interface.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
subnetId
The subnet ID associated with the network interface.
- Parameters:
subnetId
- The subnet ID associated with the network interface.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
availabilityZone
The availability zone that the network interface resides in.
- Parameters:
availabilityZone
- The availability zone that the network interface resides in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorMessage
An error message.
- Parameters:
errorMessage
- An error message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the network interface.
- Parameters:
status
- The status of the network interface.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the network interface.
- Parameters:
status
- The status of the network interface.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
networkInterfaceId
The network interface ID.
- Parameters:
networkInterfaceId
- The network interface ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-