@Stability(value=Experimental) public static final class TestingAppOptions.Builder extends Object implements software.amazon.jsii.Builder<TestingAppOptions>
TestingAppOptions
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
TestingAppOptions |
build()
Builds the configured instance.
|
TestingAppOptions.Builder |
enableFutureFlags(Boolean enableFutureFlags)
Sets the value of
TestingAppOptions.getEnableFutureFlags() |
TestingAppOptions.Builder |
fakeCdktfJsonPath(Boolean fakeCdktfJsonPath)
Sets the value of
TestingAppOptions.getFakeCdktfJsonPath() |
TestingAppOptions.Builder |
outdir(String outdir)
Sets the value of
TestingAppOptions.getOutdir() |
TestingAppOptions.Builder |
stackTraces(Boolean stackTraces)
Sets the value of
TestingAppOptions.getStackTraces() |
TestingAppOptions.Builder |
stubVersion(Boolean stubVersion)
Sets the value of
TestingAppOptions.getStubVersion() |
@Stability(value=Experimental) public TestingAppOptions.Builder enableFutureFlags(Boolean enableFutureFlags)
TestingAppOptions.getEnableFutureFlags()
enableFutureFlags
- the value to be set.this
@Stability(value=Experimental) public TestingAppOptions.Builder fakeCdktfJsonPath(Boolean fakeCdktfJsonPath)
TestingAppOptions.getFakeCdktfJsonPath()
fakeCdktfJsonPath
- the value to be set.this
@Stability(value=Experimental) public TestingAppOptions.Builder outdir(String outdir)
TestingAppOptions.getOutdir()
outdir
- the value to be set.this
@Stability(value=Experimental) public TestingAppOptions.Builder stackTraces(Boolean stackTraces)
TestingAppOptions.getStackTraces()
stackTraces
- the value to be set.this
@Stability(value=Experimental) public TestingAppOptions.Builder stubVersion(Boolean stubVersion)
TestingAppOptions.getStubVersion()
stubVersion
- the value to be set.this
@Stability(value=Experimental) public TestingAppOptions build()
build
in interface software.amazon.jsii.Builder<TestingAppOptions>
TestingAppOptions
NullPointerException
- if any required attribute was not providedCopyright © 2022. All rights reserved.