Class INodeFactory.Jsii$Proxy

    • Constructor Detail

      • Jsii$Proxy

        protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
    • 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 interface INodeFactory
        Specified by:
        createNode in interface INodeFactory.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.