Uses of Class
software.amazon.awscdk.services.apigatewayv2.integrations.HttpUrlIntegration.Builder
Package
Description
AWS APIGatewayv2 Integrations
-
Uses of HttpUrlIntegration.Builder in software.amazon.awscdk.services.apigatewayv2.integrations
Modifier and TypeMethodDescriptionstatic HttpUrlIntegration.Builder
HttpUrlIntegration.Builder.method
(HttpMethod method) (experimental) The HTTP method that must be used to invoke the underlying HTTP proxy.HttpUrlIntegration.Builder.parameterMapping
(ParameterMapping parameterMapping) (experimental) Specifies how to transform HTTP requests before sending them to the backend.