Uses of Class
software.amazon.awscdk.aws_apigatewayv2_integrations.HttpUrlIntegrationProps.Builder
Packages that use HttpUrlIntegrationProps.Builder
Package
Description
AWS APIGatewayv2 Integrations
-
Uses of HttpUrlIntegrationProps.Builder in software.amazon.awscdk.aws_apigatewayv2_integrations
Methods in software.amazon.awscdk.aws_apigatewayv2_integrations that return HttpUrlIntegrationProps.BuilderModifier and TypeMethodDescriptionHttpUrlIntegrationProps.builder()
HttpUrlIntegrationProps.Builder.method
(HttpMethod method) Sets the value ofHttpUrlIntegrationProps.getMethod()
HttpUrlIntegrationProps.Builder.parameterMapping
(ParameterMapping parameterMapping) Sets the value ofHttpUrlIntegrationProps.getParameterMapping()
Sets the value ofHttpUrlIntegrationProps.getTimeout()
Constructors in software.amazon.awscdk.aws_apigatewayv2_integrations with parameters of type HttpUrlIntegrationProps.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theHttpUrlIntegrationProps.Builder
.