@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-06T05:27:45.849Z") @Stability(value=Stable) public interface INodeFactory extends software.amazon.jsii.JsiiSerializable
Modifier and Type | Interface and Description |
---|---|
static interface |
INodeFactory.Jsii$Default
Internal default implementation for
INodeFactory . |
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) @NotNull 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.