Uses of Class
software.amazon.awscdk.services.apigatewayv2.HttpRoute.Builder
-
Uses of HttpRoute.Builder in software.amazon.awscdk.services.apigatewayv2
Modifier 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.Builder
the 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.