Uses of Class
software.amazon.awscdk.services.apigatewayv2.WebSocketRouteAuthorizerConfig.Builder
Packages that use WebSocketRouteAuthorizerConfig.Builder
Package
Description
AWS::APIGatewayv2 Construct Library
-
Uses of WebSocketRouteAuthorizerConfig.Builder in software.amazon.awscdk.services.apigatewayv2
Methods in software.amazon.awscdk.services.apigatewayv2 that return WebSocketRouteAuthorizerConfig.BuilderModifier and TypeMethodDescriptionWebSocketRouteAuthorizerConfig.Builder.authorizationType
(String authorizationType) Sets the value ofWebSocketRouteAuthorizerConfig.getAuthorizationType()
WebSocketRouteAuthorizerConfig.Builder.authorizerId
(String authorizerId) Sets the value ofWebSocketRouteAuthorizerConfig.getAuthorizerId()
WebSocketRouteAuthorizerConfig.builder()
Constructors in software.amazon.awscdk.services.apigatewayv2 with parameters of type WebSocketRouteAuthorizerConfig.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theWebSocketRouteAuthorizerConfig.Builder
.