Uses of Class
software.amazon.awscdk.services.apigatewayv2.WebSocketIntegration.Builder
Packages that use WebSocketIntegration.Builder
-
Uses of WebSocketIntegration.Builder in software.amazon.awscdk.services.apigatewayv2
Methods in software.amazon.awscdk.services.apigatewayv2 that return WebSocketIntegration.BuilderModifier and TypeMethodDescriptionWebSocketIntegration.Builder.contentHandling(ContentHandling contentHandling) Specifies how to handle response payload content type conversions.static WebSocketIntegration.BuilderWebSocketIntegration.Builder.credentialsRole(IRole credentialsRole) Specifies the IAM role required for the integration.WebSocketIntegration.Builder.integrationMethod(String integrationMethod) Specifies the integration's HTTP method type.WebSocketIntegration.Builder.integrationType(WebSocketIntegrationType integrationType) Integration type.WebSocketIntegration.Builder.integrationUri(String integrationUri) Integration URI.WebSocketIntegration.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.WebSocketIntegration.Builder.requestParameters(Map<String, String> requestParameters) The request parameters that API Gateway sends with the backend request.WebSocketIntegration.Builder.requestTemplates(Map<String, String> requestTemplates) A map of Apache Velocity templates that are applied on the request payload.WebSocketIntegration.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.WebSocketIntegration.Builder.webSocketApi(IWebSocketApi webSocketApi) The WebSocket API to which this integration should be bound.