Uses of Class
software.amazon.awscdk.services.apigatewayv2.CfnIntegrationResponse.Builder
Packages that use CfnIntegrationResponse.Builder
Package
Description
AWS::APIGatewayv2 Construct Library
-
Uses of CfnIntegrationResponse.Builder in software.amazon.awscdk.services.apigatewayv2
Methods in software.amazon.awscdk.services.apigatewayv2 that return CfnIntegrationResponse.BuilderModifier and TypeMethodDescriptionThe API identifier.CfnIntegrationResponse.Builder.contentHandlingStrategy(String contentHandlingStrategy) Supported only for WebSocket APIs.CfnIntegrationResponse.Builder.integrationId(String integrationId) The integration ID.CfnIntegrationResponse.Builder.integrationResponseKey(String integrationResponseKey) The integration response key.CfnIntegrationResponse.Builder.responseParameters(Object responseParameters) A key-value map specifying response parameters that are passed to the method response from the backend.CfnIntegrationResponse.Builder.responseTemplates(Object responseTemplates) The collection of response templates for the integration response as a string-to-string map of key-value pairs.CfnIntegrationResponse.Builder.templateSelectionExpression(String templateSelectionExpression) The template selection expression for the integration response.