@Internal public static final class INodeFactory.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements INodeFactory.Jsii$Default
software.amazon.jsii.JsiiObject.InitializationModeINodeFactory.Jsii$Default, INodeFactory.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
Node |
createNode(Construct host,
IConstruct scope,
String id)
Returns a new `Node` associated with `host`.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) @NotNull public final Node createNode(@NotNull Construct host, @NotNull IConstruct scope, @NotNull String id)
createNode in interface INodeFactorycreateNode in interface INodeFactory.Jsii$Defaulthost - the associated construct. This parameter is required.scope - the construct's scope (parent). This parameter is required.id - the construct id. This parameter is required.Copyright © 2020. All rights reserved.