Uses of Class
software.amazon.awscdk.aws_apigatewayv2_integrations.HttpUrlIntegration.Builder
Packages that use HttpUrlIntegration.Builder
Package
Description
AWS APIGatewayv2 Integrations
-
Uses of HttpUrlIntegration.Builder in software.amazon.awscdk.aws_apigatewayv2_integrations
Methods in software.amazon.awscdk.aws_apigatewayv2_integrations that return HttpUrlIntegration.BuilderModifier and TypeMethodDescriptionstatic HttpUrlIntegration.BuilderHttpUrlIntegration.Builder.method(HttpMethod method) The HTTP method that must be used to invoke the underlying HTTP proxy.HttpUrlIntegration.Builder.parameterMapping(ParameterMapping parameterMapping) Specifies how to transform HTTP requests before sending them to the backend.The maximum amount of time an integration will run before it returns without a response.