Uses of Class
software.amazon.awscdk.services.apigatewayv2.HttpRouteAuthorizerConfig.Builder
Package
Description
AWS::APIGatewayv2 Construct Library
-
Uses of HttpRouteAuthorizerConfig.Builder in software.amazon.awscdk.services.apigatewayv2
Modifier and TypeMethodDescriptionHttpRouteAuthorizerConfig.Builder.authorizationScopes
(List<String> authorizationScopes) Sets the value ofHttpRouteAuthorizerConfig.getAuthorizationScopes()
HttpRouteAuthorizerConfig.Builder.authorizationType
(String authorizationType) Sets the value ofHttpRouteAuthorizerConfig.getAuthorizationType()
HttpRouteAuthorizerConfig.Builder.authorizerId
(String authorizerId) Sets the value ofHttpRouteAuthorizerConfig.getAuthorizerId()
HttpRouteAuthorizerConfig.builder()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theHttpRouteAuthorizerConfig.Builder
.