Uses of Class
software.amazon.awscdk.services.apigatewayv2.CfnIntegrationResponse.Builder
-
Uses of CfnIntegrationResponse.Builder in software.amazon.awscdk.services.apigatewayv2
Modifier 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.