Interface ICdkGraphProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ICdkGraphProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.82.0 (build 2d2ddd7)", date="2023-08-24T23:07:44.350Z") @Stability(Experimental) public interface ICdkGraphProps extends software.amazon.jsii.JsiiSerializable
(experimental)CdkGraphprops.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classICdkGraphProps.BuilderA builder forICdkGraphPropsstatic classICdkGraphProps.Jsii$ProxyAn implementation forICdkGraphProps
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ICdkGraphProps.Builderbuilder()default List<ICdkGraphPlugin>getPlugins()(experimental) List of plugins to extends the graph.
-
-
-
Method Detail
-
getPlugins
@Stability(Experimental) @Nullable default List<ICdkGraphPlugin> getPlugins()
(experimental) List of plugins to extends the graph.Plugins are invoked at each phases in fifo order.
-
builder
@Stability(Experimental) static ICdkGraphProps.Builder builder()
- Returns:
- a
ICdkGraphProps.BuilderofICdkGraphProps
-
-