| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
AppProps |
build()
Builds the configured instance.
|
AppProps.Builder |
withAutoSynth(Boolean value)
Sets the value of AutoSynth
|
AppProps.Builder |
withContext(Map<String,String> value)
Sets the value of Context
|
AppProps.Builder |
withOutdir(String value)
Sets the value of Outdir
|
AppProps.Builder |
withRuntimeInfo(Boolean value)
Sets the value of RuntimeInfo
|
AppProps.Builder |
withStackTraces(Boolean value)
Sets the value of StackTraces
|
@Stability(value=Stable) public AppProps.Builder withAutoSynth(@Nullable Boolean value)
value - Automatically call `synth()` before the program exits.this@Stability(value=Stable) public AppProps.Builder withContext(@Nullable Map<String,String> value)
value - Additional context values for the application.this@Stability(value=Stable) public AppProps.Builder withOutdir(@Nullable String value)
value - The output directory into which to emit synthesized artifacts.this@Stability(value=Stable) public AppProps.Builder withRuntimeInfo(@Nullable Boolean value)
value - Include runtime versioning information in cloud assembly manifest.this@Stability(value=Stable) public AppProps.Builder withStackTraces(@Nullable Boolean value)
value - Include construct creation stack trace in the `aws:cdk:trace` metadata key of all constructs.this@Stability(value=Stable) public AppProps build()
AppPropsNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.