@Stability(value=Experimental) public static final class StageSynthesisOptions.Builder extends Object implements software.amazon.jsii.Builder<StageSynthesisOptions>
StageSynthesisOptions| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
StageSynthesisOptions |
build()
Builds the configured instance.
|
StageSynthesisOptions.Builder |
force(Boolean force)
Sets the value of
StageSynthesisOptions.getForce() |
StageSynthesisOptions.Builder |
skipValidation(Boolean skipValidation)
Sets the value of
StageSynthesisOptions.getSkipValidation() |
StageSynthesisOptions.Builder |
validateOnSynthesis(Boolean validateOnSynthesis)
Sets the value of
StageSynthesisOptions.getValidateOnSynthesis() |
@Stability(value=Experimental) public StageSynthesisOptions.Builder force(Boolean force)
StageSynthesisOptions.getForce()force - Force a re-synth, even if the stage has already been synthesized.
This is used by tests to allow for incremental verification of the output.
Do not use in production.this@Stability(value=Experimental) public StageSynthesisOptions.Builder skipValidation(Boolean skipValidation)
StageSynthesisOptions.getSkipValidation()skipValidation - Should we skip construct validation.this@Stability(value=Experimental) public StageSynthesisOptions.Builder validateOnSynthesis(Boolean validateOnSynthesis)
StageSynthesisOptions.getValidateOnSynthesis()validateOnSynthesis - Whether the stack should be validated after synthesis to check for error metadata.this@Stability(value=Experimental) public StageSynthesisOptions build()
build in interface software.amazon.jsii.Builder<StageSynthesisOptions>StageSynthesisOptionsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.