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