Uses of Class
software.amazon.awscdk.services.apigatewayv2.WebSocketRouteProps.Builder
Package
Description
AWS::APIGatewayv2 Construct Library
-
Uses of WebSocketRouteProps.Builder in software.amazon.awscdk.services.apigatewayv2
Modifier and TypeMethodDescriptionWebSocketRouteProps.Builder.apiKeyRequired
(Boolean apiKeyRequired) Sets the value ofWebSocketRouteProps.getApiKeyRequired()
WebSocketRouteProps.Builder.authorizer
(IWebSocketRouteAuthorizer authorizer) Sets the value ofWebSocketRouteOptions.getAuthorizer()
static WebSocketRouteProps.Builder
WebSocketRouteProps.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()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(WebSocketRouteProps.Builder builder) Constructor that initializes the object based on literal property values passed by theWebSocketRouteProps.Builder
.