Interface CfnVPCConnection.NetworkInterfaceProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnVPCConnection.NetworkInterfaceProperty.Jsii$Proxy
- Enclosing class:
CfnVPCConnection
@Stability(Stable)
public static interface CfnVPCConnection.NetworkInterfaceProperty
extends software.amazon.jsii.JsiiSerializable
The structure that contains information about a network interface.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.quicksight.*;
NetworkInterfaceProperty networkInterfaceProperty = NetworkInterfaceProperty.builder()
.availabilityZone("availabilityZone")
.errorMessage("errorMessage")
.networkInterfaceId("networkInterfaceId")
.status("status")
.subnetId("subnetId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnVPCConnection.NetworkInterfacePropertystatic final classAn implementation forCfnVPCConnection.NetworkInterfaceProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default StringThe availability zone that the network interface resides in.default StringAn error message.default StringThe network interface ID.default StringThe status of the network interface.default StringThe subnet ID associated with the network interface.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAvailabilityZone
The availability zone that the network interface resides in.- See Also:
-
getErrorMessage
An error message.- See Also:
-
getNetworkInterfaceId
The network interface ID.- See Also:
-
getStatus
The status of the network interface.- See Also:
-
getSubnetId
The subnet ID associated with the network interface.- See Also:
-
builder
-