@Stability(value=Experimental) public static final class StageOptions.Builder extends Object implements software.amazon.jsii.Builder<StageOptions>
StageOptions| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
StageOptions.Builder |
autoDeploy(Boolean autoDeploy)
Sets the value of
StageOptions.getAutoDeploy() |
StageOptions |
build()
Builds the configured instance.
|
StageOptions.Builder |
domainMapping(DomainMappingOptions domainMapping)
Sets the value of
StageOptions.getDomainMapping() |
@Stability(value=Experimental) public StageOptions.Builder autoDeploy(Boolean autoDeploy)
StageOptions.getAutoDeploy()autoDeploy - Whether updates to an API automatically trigger a new deployment.this@Stability(value=Experimental) public StageOptions.Builder domainMapping(DomainMappingOptions domainMapping)
StageOptions.getDomainMapping()domainMapping - The options for custom domain and api mapping.this@Stability(value=Experimental) public StageOptions build()
build in interface software.amazon.jsii.Builder<StageOptions>StageOptionsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.