Uses of Class
software.amazon.awscdk.aws_apigatewayv2_integrations.HttpStepFunctionsIntegration.Builder
Package
Description
AWS APIGatewayv2 Integrations
-
Uses of HttpStepFunctionsIntegration.Builder in software.amazon.awscdk.aws_apigatewayv2_integrations
Modifier and TypeMethodDescriptionHttpStepFunctionsIntegration.Builder.parameterMapping
(ParameterMapping parameterMapping) Specifies how to transform HTTP requests before sending them to the backend.HttpStepFunctionsIntegration.Builder.stateMachine
(StateMachine stateMachine) Statemachine that Integrates with API Gateway.HttpStepFunctionsIntegration.Builder.subtype
(HttpIntegrationSubtype subtype) The subtype of the HTTP integration.