@Stability(value=Experimental) public static final class WebSocketRoute.Builder extends Object implements software.amazon.jsii.Builder<WebSocketRoute>
WebSocketRoute.| Modifier and Type | Method and Description |
|---|---|
WebSocketRoute |
build() |
static WebSocketRoute.Builder |
create(software.constructs.Construct scope,
String id) |
WebSocketRoute.Builder |
integration(IWebSocketRouteIntegration integration)
(experimental) The integration to be configured on this route.
|
WebSocketRoute.Builder |
routeKey(String routeKey)
(experimental) The key to this route.
|
WebSocketRoute.Builder |
webSocketApi(IWebSocketApi webSocketApi)
(experimental) the API the route is associated with.
|
@Stability(value=Experimental) public static WebSocketRoute.Builder create(software.constructs.Construct scope, String id)
scope - This parameter is required.id - This parameter is required.WebSocketRoute.Builder.@Stability(value=Experimental) public WebSocketRoute.Builder integration(IWebSocketRouteIntegration integration)
integration - The integration to be configured on this route. This parameter is required.this@Stability(value=Experimental) public WebSocketRoute.Builder routeKey(String routeKey)
routeKey - The key to this route. This parameter is required.this@Stability(value=Experimental) public WebSocketRoute.Builder webSocketApi(IWebSocketApi webSocketApi)
webSocketApi - the API the route is associated with. This parameter is required.this@Stability(value=Experimental) public WebSocketRoute build()
build in interface software.amazon.jsii.Builder<WebSocketRoute>Copyright © 2021. All rights reserved.