Interface INodeFactory.Jsii$Default

    • 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 interface INodeFactory
        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.