@Stability(value=Experimental) public static final class WebSocketRouteAuthorizerBindOptions.Builder extends Object implements software.amazon.jsii.Builder<WebSocketRouteAuthorizerBindOptions>
WebSocketRouteAuthorizerBindOptions| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
WebSocketRouteAuthorizerBindOptions |
build()
Builds the configured instance.
|
WebSocketRouteAuthorizerBindOptions.Builder |
route(IWebSocketRoute route)
Sets the value of
WebSocketRouteAuthorizerBindOptions.getRoute() |
WebSocketRouteAuthorizerBindOptions.Builder |
scope(software.constructs.Construct scope)
Sets the value of
WebSocketRouteAuthorizerBindOptions.getScope() |
@Stability(value=Experimental) public WebSocketRouteAuthorizerBindOptions.Builder route(IWebSocketRoute route)
WebSocketRouteAuthorizerBindOptions.getRoute()route - The route to which the authorizer is being bound. This parameter is required.this@Stability(value=Experimental) public WebSocketRouteAuthorizerBindOptions.Builder scope(software.constructs.Construct scope)
WebSocketRouteAuthorizerBindOptions.getScope()scope - The scope for any constructs created as part of the bind. This parameter is required.this@Stability(value=Experimental) public WebSocketRouteAuthorizerBindOptions build()
build in interface software.amazon.jsii.Builder<WebSocketRouteAuthorizerBindOptions>WebSocketRouteAuthorizerBindOptionsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.