Modifier and Type | Method and Description |
---|---|
Construct |
build() |
static Construct.Builder |
create(Construct scope,
String id) |
Construct.Builder |
nodeFactory(INodeFactory nodeFactory)
A factory for attaching `Node`s to the construct.
|
@Stability(value=Stable) public static Construct.Builder create(Construct scope, String id)
scope
- The scope in which to define this construct. This parameter is required.id
- The scoped construct ID. This parameter is required.Construct.Builder
.@Stability(value=Stable) public Construct.Builder nodeFactory(INodeFactory nodeFactory)
Default: - the default `Node` is associated
nodeFactory
- A factory for attaching `Node`s to the construct. This parameter is required.this
Copyright © 2020. All rights reserved.