@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-03-25T11:29:21.445Z") @Stability(value=Experimental) public interface WebSocketRouteIntegrationBindOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
WebSocketRouteIntegrationBindOptions.Builder
A builder for
WebSocketRouteIntegrationBindOptions |
static class |
WebSocketRouteIntegrationBindOptions.Jsii$Proxy
An implementation for
WebSocketRouteIntegrationBindOptions |
| Modifier and Type | Method and Description |
|---|---|
static WebSocketRouteIntegrationBindOptions.Builder |
builder() |
IWebSocketRoute |
getRoute()
(experimental) The route to which this is being bound.
|
Construct |
getScope()
(experimental) The current scope in which the bind is occurring.
|
@Stability(value=Experimental) @NotNull IWebSocketRoute getRoute()
@Stability(value=Experimental) @NotNull Construct getScope()
If the WebSocketRouteIntegration being bound creates additional constructs,
this will be used as their parent scope.
@Stability(value=Experimental) static WebSocketRouteIntegrationBindOptions.Builder builder()
Copyright © 2021. All rights reserved.