Uses of Class
software.amazon.awscdk.aws_apigatewayv2_integrations.WebSocketAwsIntegration.Builder
Packages that use WebSocketAwsIntegration.Builder
Package
Description
AWS APIGatewayv2 Integrations
-
Uses of WebSocketAwsIntegration.Builder in software.amazon.awscdk.aws_apigatewayv2_integrations
Methods in software.amazon.awscdk.aws_apigatewayv2_integrations that return WebSocketAwsIntegration.BuilderModifier and TypeMethodDescriptionWebSocketAwsIntegration.Builder.contentHandling(ContentHandling contentHandling) Specifies how to handle response payload content type conversions.WebSocketAwsIntegration.Builder.credentialsRole(IRole credentialsRole) Specifies the credentials role required for the integration.WebSocketAwsIntegration.Builder.integrationMethod(String integrationMethod) Specifies the integration's HTTP method type.WebSocketAwsIntegration.Builder.integrationUri(String integrationUri) Integration URI.WebSocketAwsIntegration.Builder.passthroughBehavior(PassthroughBehavior passthroughBehavior) Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available mapping templates specified as the requestTemplates property on the Integration resource.WebSocketAwsIntegration.Builder.requestParameters(Map<String, String> requestParameters) The request parameters that API Gateway sends with the backend request.WebSocketAwsIntegration.Builder.requestTemplates(Map<String, String> requestTemplates) A map of Apache Velocity templates that are applied on the request payload.WebSocketAwsIntegration.Builder.templateSelectionExpression(String templateSelectionExpression) The template selection expression for the integration.The maximum amount of time an integration will run before it returns without a response.