@Stability(value=Experimental) public static final class CommonStageOptions.Builder extends Object implements software.amazon.jsii.Builder<CommonStageOptions>
CommonStageOptions| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CommonStageOptions.Builder |
autoDeploy(Boolean autoDeploy)
Sets the value of
CommonStageOptions.getAutoDeploy() |
CommonStageOptions |
build()
Builds the configured instance.
|
CommonStageOptions.Builder |
stageName(String stageName)
Sets the value of
CommonStageOptions.getStageName() |
@Stability(value=Experimental) public CommonStageOptions.Builder autoDeploy(Boolean autoDeploy)
CommonStageOptions.getAutoDeploy()autoDeploy - Whether updates to an API automatically trigger a new deployment.this@Stability(value=Experimental) public CommonStageOptions.Builder stageName(String stageName)
CommonStageOptions.getStageName()stageName - The name of the stage.
See StageName class for more details.this@Stability(value=Experimental) public CommonStageOptions build()
build in interface software.amazon.jsii.Builder<CommonStageOptions>CommonStageOptionsNullPointerException - if any required attribute was not providedCopyright © 2020. All rights reserved.