@Stability(value=Deprecated) @Deprecated public static final class SynthesisOptions.Builder extends Object implements software.amazon.jsii.Builder<SynthesisOptions>
SynthesisOptions| Constructor and Description |
|---|
Builder()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
SynthesisOptions |
build()
Deprecated.
|
SynthesisOptions.Builder |
outdir(String outdir)
Deprecated.
|
SynthesisOptions.Builder |
runtimeInfo(RuntimeInfo runtimeInfo)
Deprecated.
All template modifications that should result from this should
have already been inserted into the template.
|
SynthesisOptions.Builder |
skipValidation(Boolean skipValidation)
Deprecated.
|
SynthesisOptions.Builder |
validateOnSynthesis(Boolean validateOnSynthesis)
Deprecated.
|
@Stability(value=Deprecated) @Deprecated public SynthesisOptions.Builder outdir(String outdir)
SynthesisOptions.getOutdir()outdir - The output directory into which to synthesize the cloud assembly.this@Stability(value=Deprecated) @Deprecated public SynthesisOptions.Builder skipValidation(Boolean skipValidation)
SynthesisOptions.getSkipValidation()skipValidation - Whether synthesis should skip the validation phase.this@Stability(value=Deprecated) @Deprecated public SynthesisOptions.Builder validateOnSynthesis(Boolean validateOnSynthesis)
SynthesisOptions.getValidateOnSynthesis()validateOnSynthesis - Whether the stack should be validated after synthesis to check for error metadata.this@Stability(value=Deprecated) @Deprecated public SynthesisOptions.Builder runtimeInfo(RuntimeInfo runtimeInfo)
AssemblyBuildOptions.getRuntimeInfo()runtimeInfo - Include the specified runtime information (module versions) in manifest.this@Stability(value=Deprecated) @Deprecated public SynthesisOptions build()
build in interface software.amazon.jsii.Builder<SynthesisOptions>SynthesisOptionsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.