Uses of Class
software.amazon.awscdk.services.apigatewayv2.HttpStage.Builder
Packages that use HttpStage.Builder
-
Uses of HttpStage.Builder in software.amazon.awscdk.services.apigatewayv2
Methods in software.amazon.awscdk.services.apigatewayv2 that return HttpStage.BuilderModifier and TypeMethodDescriptionHttpStage.Builder.accessLogSettings(IAccessLogSettings accessLogSettings) Settings for access logging.HttpStage.Builder.autoDeploy(Boolean autoDeploy) Whether updates to an API automatically trigger a new deployment.static HttpStage.BuilderHttpStage.Builder.description(String description) The description for the API stage.HttpStage.Builder.detailedMetricsEnabled(Boolean detailedMetricsEnabled) Specifies whether detailed metrics are enabled.HttpStage.Builder.domainMapping(DomainMappingOptions domainMapping) The options for custom domain and api mapping.The HTTP API to which this stage is associated.The name of the stage.HttpStage.Builder.stageVariables(Map<String, String> stageVariables) Stage variables for the stage.HttpStage.Builder.throttle(ThrottleSettings throttle) Throttle settings for the routes of this stage.