| Modifier and Type | Method and Description |
|---|---|
HttpStage.Builder |
HttpStage.Builder.autoDeploy(Boolean autoDeploy)
(experimental) Whether updates to an API automatically trigger a new deployment.
|
static HttpStage.Builder |
HttpStage.Builder.create(software.constructs.Construct scope,
String id) |
HttpStage.Builder |
HttpStage.Builder.domainMapping(DomainMappingOptions domainMapping)
(experimental) The options for custom domain and api mapping.
|
HttpStage.Builder |
HttpStage.Builder.httpApi(IHttpApi httpApi)
(experimental) The HTTP API to which this stage is associated.
|
HttpStage.Builder |
HttpStage.Builder.stageName(String stageName)
(experimental) The name of the stage.
|
HttpStage.Builder |
HttpStage.Builder.throttle(ThrottleSettings throttle)
(experimental) Throttle settings for the routes of this stage.
|
Copyright © 2023. All rights reserved.