Uses of Class
software.amazon.awscdk.aws_apigatewayv2_integrations.HttpNlbIntegration.Builder
Packages that use HttpNlbIntegration.Builder
Package
Description
AWS APIGatewayv2 Integrations
-
Uses of HttpNlbIntegration.Builder in software.amazon.awscdk.aws_apigatewayv2_integrations
Methods in software.amazon.awscdk.aws_apigatewayv2_integrations that return HttpNlbIntegration.BuilderModifier and TypeMethodDescriptionstatic HttpNlbIntegration.BuilderHttpNlbIntegration.Builder.create(String id, INetworkListener listener) HttpNlbIntegration.Builder.method(HttpMethod method) The HTTP method that must be used to invoke the underlying HTTP proxy.HttpNlbIntegration.Builder.parameterMapping(ParameterMapping parameterMapping) Specifies how to transform HTTP requests before sending them to the backend.HttpNlbIntegration.Builder.secureServerName(String secureServerName) Specifies the server name to verified by HTTPS when calling the backend integration.The maximum amount of time an integration will run before it returns without a response.The vpc link to be used for the private integration.