@Stability(value=Stable) public static final class SynthesisOptions.Builder extends Object implements software.amazon.jsii.Builder<SynthesisOptions>
SynthesisOptions
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SynthesisOptions |
build()
Builds the configured instance.
|
SynthesisOptions.Builder |
outdir(String outdir)
Sets the value of
SynthesisOptions.getOutdir() |
SynthesisOptions.Builder |
sessionContext(Map<String,? extends Object> sessionContext)
Sets the value of
SynthesisOptions.getSessionContext() |
SynthesisOptions.Builder |
skipValidation(Boolean skipValidation)
Sets the value of
SynthesisOptions.getSkipValidation() |
@Stability(value=Stable) public SynthesisOptions.Builder outdir(String outdir)
SynthesisOptions.getOutdir()
outdir
- The output directory into which to synthesize the cloud assembly. This parameter is required.this
@Stability(value=Stable) public SynthesisOptions.Builder sessionContext(Map<String,? extends Object> sessionContext)
SynthesisOptions.getSessionContext()
sessionContext
- Additional context passed into the synthesis session object when `construct.synth` is called.this
@Stability(value=Stable) public SynthesisOptions.Builder skipValidation(Boolean skipValidation)
SynthesisOptions.getSkipValidation()
skipValidation
- Whether synthesis should skip the validation phase.this
@Stability(value=Stable) public SynthesisOptions build()
build
in interface software.amazon.jsii.Builder<SynthesisOptions>
SynthesisOptions
NullPointerException
- if any required attribute was not providedCopyright © 2020. All rights reserved.