@Generated(value="jsii-pacmak/0.22.0 (build 14afdde)", date="2020-03-12T18:55:52.795Z") @Stability(value=Stable) public interface INodeFactory extends software.amazon.jsii.JsiiSerializable
Modifier and Type | Interface and Description |
---|---|
static class |
INodeFactory.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
Modifier and Type | Method and Description |
---|---|
Node |
createNode(Construct host,
IConstruct scope,
String id)
Returns a new `Node` associated with `host`.
|
@Stability(value=Stable) Node createNode(@NotNull Construct host, @NotNull IConstruct scope, @NotNull String id)
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.