@Stability(value=Experimental) public static final class WebSocketRouteIntegrationBindOptions.Builder extends Object implements software.amazon.jsii.Builder<WebSocketRouteIntegrationBindOptions>
WebSocketRouteIntegrationBindOptions| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
WebSocketRouteIntegrationBindOptions |
build()
Builds the configured instance.
|
WebSocketRouteIntegrationBindOptions.Builder |
route(IWebSocketRoute route)
Sets the value of
WebSocketRouteIntegrationBindOptions.getRoute() |
WebSocketRouteIntegrationBindOptions.Builder |
scope(software.constructs.Construct scope)
Sets the value of
WebSocketRouteIntegrationBindOptions.getScope() |
@Stability(value=Experimental) public WebSocketRouteIntegrationBindOptions.Builder route(IWebSocketRoute route)
WebSocketRouteIntegrationBindOptions.getRoute()route - The route to which this is being bound. This parameter is required.this@Stability(value=Experimental) public WebSocketRouteIntegrationBindOptions.Builder scope(software.constructs.Construct scope)
WebSocketRouteIntegrationBindOptions.getScope()scope - The current scope in which the bind is occurring. This parameter is required.
If the WebSocketRouteIntegration being bound creates additional constructs,
this will be used as their parent scope.this@Stability(value=Experimental) public WebSocketRouteIntegrationBindOptions build()
build in interface software.amazon.jsii.Builder<WebSocketRouteIntegrationBindOptions>WebSocketRouteIntegrationBindOptionsNullPointerException - if any required attribute was not providedCopyright © 2023. All rights reserved.