@Stability(value=Stable) public static final class SynthesisOptions.Builder extends Object
SynthesisOptions| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
SynthesisOptions |
build()
Builds the configured instance.
|
SynthesisOptions.Builder |
withOutdir(String value)
Sets the value of Outdir
|
SynthesisOptions.Builder |
withRuntimeInfo(software.amazon.awscdk.cxapi.RuntimeInfo value)
Sets the value of RuntimeInfo
|
SynthesisOptions.Builder |
withSkipValidation(Boolean value)
Sets the value of SkipValidation
|
@Stability(value=Stable) public SynthesisOptions.Builder withOutdir(@Nullable String value)
value - The output directory into which to synthesize the cloud assembly.this@Stability(value=Stable) public SynthesisOptions.Builder withSkipValidation(@Nullable Boolean value)
value - Whether synthesis should skip the validation phase.this@Stability(value=Experimental) public SynthesisOptions.Builder withRuntimeInfo(@Nullable software.amazon.awscdk.cxapi.RuntimeInfo value)
value - Include the specified runtime information (module versions) in manifest.this@Stability(value=Stable) public SynthesisOptions build()
SynthesisOptionsNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.