Interface CfnEndpoint.NetworkInterfaceProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnEndpoint.NetworkInterfaceProperty.Jsii$Proxy
- Enclosing class:
CfnEndpoint
@Stability(Stable)
public static interface CfnEndpoint.NetworkInterfaceProperty
extends software.amazon.jsii.JsiiSerializable
The container for the 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.s3outposts.*; NetworkInterfaceProperty networkInterfaceProperty = NetworkInterfaceProperty.builder() .networkInterfaceId("networkInterfaceId") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnEndpoint.NetworkInterfaceProperty
static final class
An implementation forCfnEndpoint.NetworkInterfaceProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getNetworkInterfaceId
The ID for the network interface. -
builder
-