Uses of Class
software.amazon.awscdk.services.apigatewayv2.WebSocketStage.Builder
Packages that use WebSocketStage.Builder
-
Uses of WebSocketStage.Builder in software.amazon.awscdk.services.apigatewayv2
Methods in software.amazon.awscdk.services.apigatewayv2 that return WebSocketStage.BuilderModifier and TypeMethodDescriptionWebSocketStage.Builder.autoDeploy(Boolean autoDeploy) Whether updates to an API automatically trigger a new deployment.static WebSocketStage.BuilderWebSocketStage.Builder.description(String description) The description for the API stage.WebSocketStage.Builder.domainMapping(DomainMappingOptions domainMapping) The options for custom domain and api mapping.The name of the stage.WebSocketStage.Builder.throttle(ThrottleSettings throttle) Throttle settings for the routes of this stage.WebSocketStage.Builder.webSocketApi(IWebSocketApi webSocketApi) The WebSocket API to which this stage is associated.