@Stability(value=Experimental) public static final class ProjenrcOptions.Builder extends Object implements software.amazon.jsii.Builder<ProjenrcOptions>
ProjenrcOptions| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ProjenrcOptions |
build()
Builds the configured instance.
|
ProjenrcOptions.Builder |
filename(String filename)
Sets the value of
ProjenrcOptions.getFilename() |
ProjenrcOptions.Builder |
projenCodeDir(String projenCodeDir)
Sets the value of
ProjenrcOptions.getProjenCodeDir() |
@Stability(value=Experimental) public ProjenrcOptions.Builder filename(String filename)
ProjenrcOptions.getFilename()filename - The name of the projenrc file.this@Stability(value=Experimental) public ProjenrcOptions.Builder projenCodeDir(String projenCodeDir)
ProjenrcOptions.getProjenCodeDir()projenCodeDir - A directory tree that may contain *.ts files that can be referenced from your projenrc typescript file.this@Stability(value=Experimental) public ProjenrcOptions build()
build in interface software.amazon.jsii.Builder<ProjenrcOptions>ProjenrcOptionsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.