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 TypeMethodDescriptionstatic WebSocketIntegration.BuilderWebSocketIntegration.Builder.integrationType(WebSocketIntegrationType integrationType) Integration type.WebSocketIntegration.Builder.integrationUri(String integrationUri) Integration URI.WebSocketIntegration.Builder.webSocketApi(IWebSocketApi webSocketApi) The WebSocket API to which this integration should be bound.