Package software.constructs
Class INodeFactory.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.constructs.INodeFactory.Jsii$Proxy
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
,INodeFactory
,INodeFactory.Jsii$Default
- Enclosing interface:
- INodeFactory
@Internal public static final class INodeFactory.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements INodeFactory.Jsii$Default
A proxy class which represents a concrete javascript instance of this type.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface software.constructs.INodeFactory
INodeFactory.Jsii$Default, INodeFactory.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Node
createNode(Construct host, IConstruct scope, String id)
Returns a new `Node` associated with `host`.-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Method Detail
-
createNode
@Stability(Stable) @NotNull public final Node createNode(@NotNull Construct host, @NotNull IConstruct scope, @NotNull String id)
Returns a new `Node` associated with `host`.- Specified by:
createNode
in interfaceINodeFactory
- Specified by:
createNode
in interfaceINodeFactory.Jsii$Default
- 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.
-
-