Uses of Class
software.amazon.awscdk.services.apigatewayv2.WebSocketIntegrationProps.Builder
Package
Description
AWS::APIGatewayv2 Construct Library
-
Uses of WebSocketIntegrationProps.Builder in software.amazon.awscdk.services.apigatewayv2
Modifier and TypeMethodDescriptionWebSocketIntegrationProps.builder()
WebSocketIntegrationProps.Builder.integrationType
(WebSocketIntegrationType integrationType) Sets the value ofWebSocketIntegrationProps.getIntegrationType()
WebSocketIntegrationProps.Builder.integrationUri
(String integrationUri) Sets the value ofWebSocketIntegrationProps.getIntegrationUri()
WebSocketIntegrationProps.Builder.webSocketApi
(IWebSocketApi webSocketApi) Sets the value ofWebSocketIntegrationProps.getWebSocketApi()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theWebSocketIntegrationProps.Builder
.