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