Uses of Class
software.amazon.awscdk.services.apigatewayv2.HttpRoute.Builder
Packages that use HttpRoute.Builder
-
Uses of HttpRoute.Builder in software.amazon.awscdk.services.apigatewayv2
Methods in software.amazon.awscdk.services.apigatewayv2 that return HttpRoute.BuilderModifier and TypeMethodDescriptionHttpRoute.Builder.authorizationScopes(List<String> authorizationScopes) The list of OIDC scopes to include in the authorization.HttpRoute.Builder.authorizer(IHttpRouteAuthorizer authorizer) Authorizer for a WebSocket API or an HTTP API.static HttpRoute.Builderthe API the route is associated with.HttpRoute.Builder.integration(HttpRouteIntegration integration) The integration to be configured on this route.HttpRoute.Builder.routeKey(HttpRouteKey routeKey) The key to this route.