@Stability(value=Experimental) public static final class HttpStageAttributes.Builder extends Object implements software.amazon.jsii.Builder<HttpStageAttributes>
HttpStageAttributes| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
HttpStageAttributes.Builder |
api(IHttpApi api)
Sets the value of
HttpStageAttributes.getApi() |
HttpStageAttributes |
build()
Builds the configured instance.
|
HttpStageAttributes.Builder |
stageName(String stageName)
Sets the value of
StageAttributes.getStageName() |
@Stability(value=Experimental) public HttpStageAttributes.Builder api(IHttpApi api)
HttpStageAttributes.getApi()api - The API to which this stage is associated. This parameter is required.this@Stability(value=Experimental) public HttpStageAttributes.Builder stageName(String stageName)
StageAttributes.getStageName()stageName - The name of the stage. This parameter is required.this@Stability(value=Experimental) public HttpStageAttributes build()
build in interface software.amazon.jsii.Builder<HttpStageAttributes>HttpStageAttributesNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.