Package software.constructs
Interface INodeFactory.Jsii$Default
-
- All Superinterfaces:
INodeFactory
,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
INodeFactory.Jsii$Proxy
- Enclosing interface:
- INodeFactory
@Internal public static interface INodeFactory.Jsii$Default extends INodeFactory
Internal default implementation forINodeFactory
.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface software.constructs.INodeFactory
INodeFactory.Jsii$Default, INodeFactory.Jsii$Proxy
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Node
createNode(Construct host, IConstruct scope, String id)
Returns a new `Node` associated with `host`.
-
-
-
Method Detail
-
createNode
@Stability(Stable) @NotNull default Node createNode(@NotNull Construct host, @NotNull IConstruct scope, @NotNull String id)
Returns a new `Node` associated with `host`.- Specified by:
createNode
in interfaceINodeFactory
- Parameters:
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.
-
-