Interface INodeFactory

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Subinterfaces:
    INodeFactory.Jsii$Default
    All Known Implementing Classes:
    INodeFactory.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.79.0 (build b22f628)",
               date="2023-03-31T00:18:41.007Z")
    @Stability(Stable)
    public interface INodeFactory
    extends software.amazon.jsii.JsiiSerializable
    A factory for attaching `Node`s to the construct.
    • Method Detail

      • createNode

        @Stability(Stable)
        @NotNull
        Node createNode​(@NotNull
                        Construct host,
                        @NotNull
                        IConstruct scope,
                        @NotNull
                        String id)
        Returns a new `Node` associated with `host`.

        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.