Uses of Class
software.amazon.awscdk.services.apigatewayv2.WebSocketIntegration.Builder
Packages that use WebSocketIntegration.Builder
Package
Description
AWS::APIGatewayv2 Construct Library
-
Uses of WebSocketIntegration.Builder in software.amazon.awscdk.services.apigatewayv2
Methods in software.amazon.awscdk.services.apigatewayv2 that return WebSocketIntegration.BuilderModifier and TypeMethodDescriptionstatic WebSocketIntegration.BuilderWebSocketIntegration.Builder.integrationType(WebSocketIntegrationType integrationType) (experimental) Integration type.WebSocketIntegration.Builder.integrationUri(String integrationUri) (experimental) Integration URI.WebSocketIntegration.Builder.webSocketApi(IWebSocketApi webSocketApi) (experimental) The WebSocket API to which this integration should be bound.