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