@Stability(value=Experimental) public static final class WebSocketRouteAuthorizerConfig.Builder extends Object implements software.amazon.jsii.Builder<WebSocketRouteAuthorizerConfig>
WebSocketRouteAuthorizerConfig| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
WebSocketRouteAuthorizerConfig.Builder |
authorizationType(String authorizationType)
Sets the value of
WebSocketRouteAuthorizerConfig.getAuthorizationType() |
WebSocketRouteAuthorizerConfig.Builder |
authorizerId(String authorizerId)
Sets the value of
WebSocketRouteAuthorizerConfig.getAuthorizerId() |
WebSocketRouteAuthorizerConfig |
build()
Builds the configured instance.
|
@Stability(value=Experimental) public WebSocketRouteAuthorizerConfig.Builder authorizationType(String authorizationType)
WebSocketRouteAuthorizerConfig.getAuthorizationType()authorizationType - The type of authorization. This parameter is required.
Possible values are:
this@Stability(value=Experimental) public WebSocketRouteAuthorizerConfig.Builder authorizerId(String authorizerId)
WebSocketRouteAuthorizerConfig.getAuthorizerId()authorizerId - The authorizer id.this@Stability(value=Experimental) public WebSocketRouteAuthorizerConfig build()
build in interface software.amazon.jsii.Builder<WebSocketRouteAuthorizerConfig>WebSocketRouteAuthorizerConfigNullPointerException - if any required attribute was not providedCopyright © 2023. All rights reserved.