Uses of Class
software.amazon.awscdk.services.apigatewayv2.WebSocketRouteProps.Builder
Packages that use WebSocketRouteProps.Builder
Package
Description
AWS::APIGatewayv2 Construct Library
-
Uses of WebSocketRouteProps.Builder in software.amazon.awscdk.services.apigatewayv2
Methods in software.amazon.awscdk.services.apigatewayv2 that return WebSocketRouteProps.BuilderModifier and TypeMethodDescriptionWebSocketRouteProps.Builder.apiKeyRequired(Boolean apiKeyRequired) Sets the value ofWebSocketRouteProps.getApiKeyRequired()WebSocketRouteProps.Builder.authorizer(IWebSocketRouteAuthorizer authorizer) Sets the value ofWebSocketRouteOptions.getAuthorizer()static WebSocketRouteProps.BuilderWebSocketRouteProps.builder()WebSocketRouteProps.Builder.integration(WebSocketRouteIntegration integration) Sets the value ofWebSocketRouteOptions.getIntegration()Sets the value ofWebSocketRouteProps.getRouteKey()WebSocketRouteProps.Builder.webSocketApi(IWebSocketApi webSocketApi) Sets the value ofWebSocketRouteProps.getWebSocketApi()Constructors in software.amazon.awscdk.services.apigatewayv2 with parameters of type WebSocketRouteProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(WebSocketRouteProps.Builder builder) Constructor that initializes the object based on literal property values passed by theWebSocketRouteProps.Builder.