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