@Stability(value=Stable) public static final class ConstructOptions.Builder extends Object implements software.amazon.jsii.Builder<ConstructOptions>
ConstructOptions
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ConstructOptions |
build()
Builds the configured instance.
|
ConstructOptions.Builder |
nodeFactory(INodeFactory nodeFactory)
Sets the value of
ConstructOptions.getNodeFactory() |
@Stability(value=Stable) public ConstructOptions.Builder nodeFactory(INodeFactory nodeFactory)
ConstructOptions.getNodeFactory()
nodeFactory
- A factory for attaching `Node`s to the construct.this
@Stability(value=Stable) public ConstructOptions build()
build
in interface software.amazon.jsii.Builder<ConstructOptions>
ConstructOptions
NullPointerException
- if any required attribute was not providedCopyright © 2020. All rights reserved.