Uses of Class
software.constructs.Construct
-
-
Uses of Construct in software.constructs
Methods in software.constructs that return Construct Modifier and Type Method Description Construct
Construct.Builder. build()
Construct
ValidationError. getSource()
The construct which emitted the error.Construct
ValidationError.Jsii$Proxy. getSource()
Methods in software.constructs with parameters of type Construct Modifier and Type Method Description static Construct.Builder
Construct.Builder. create(Construct scope, String id)
Node
INodeFactory. createNode(Construct host, IConstruct scope, String id)
Returns a new `Node` associated with `host`.default Node
INodeFactory.Jsii$Default. createNode(Construct host, IConstruct scope, String id)
Returns a new `Node` associated with `host`.Node
INodeFactory.Jsii$Proxy. createNode(Construct host, IConstruct scope, String id)
Returns a new `Node` associated with `host`.ValidationError.Builder
ValidationError.Builder. source(Construct source)
Sets the value ofValidationError.getSource()
Constructors in software.constructs with parameters of type Construct Constructor Description Construct(Construct scope, String id)
Creates a new construct node.Construct(Construct scope, String id, ConstructOptions options)
Creates a new construct node.Node(Construct host, IConstruct scope, String id)
-