@Internal public static interface INodeFactory.Jsii$Default extends INodeFactory
INodeFactory
.INodeFactory.Jsii$Default, INodeFactory.Jsii$Proxy
Modifier and Type | Method and Description |
---|---|
default Node |
createNode(Construct host,
IConstruct scope,
String id)
Returns a new `Node` associated with `host`.
|
@Stability(value=Stable) @NotNull default Node createNode(@NotNull Construct host, @NotNull IConstruct scope, @NotNull String id)
createNode
in interface INodeFactory
host
- 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.