@Stability(value=Experimental) public static final class WebSocketLambdaAuthorizerProps.Builder extends Object implements software.amazon.jsii.Builder<WebSocketLambdaAuthorizerProps>
WebSocketLambdaAuthorizerProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
WebSocketLambdaAuthorizerProps.Builder |
authorizerName(String authorizerName)
Sets the value of
WebSocketLambdaAuthorizerProps.getAuthorizerName() |
WebSocketLambdaAuthorizerProps |
build()
Builds the configured instance.
|
WebSocketLambdaAuthorizerProps.Builder |
identitySource(List<String> identitySource)
Sets the value of
WebSocketLambdaAuthorizerProps.getIdentitySource() |
@Stability(value=Experimental) public WebSocketLambdaAuthorizerProps.Builder authorizerName(String authorizerName)
WebSocketLambdaAuthorizerProps.getAuthorizerName()authorizerName - The name of the authorizer.this@Stability(value=Experimental) public WebSocketLambdaAuthorizerProps.Builder identitySource(List<String> identitySource)
WebSocketLambdaAuthorizerProps.getIdentitySource()identitySource - The identity source for which authorization is requested.
Request parameter match 'route.request.querystring|header.[a-zA-z0-9._-]+'.
Staged variable match 'stageVariables.[a-zA-Z0-9._-]+'.
Context parameter match 'context.[a-zA-Z0-9._-]+'.this@Stability(value=Experimental) public WebSocketLambdaAuthorizerProps build()
build in interface software.amazon.jsii.Builder<WebSocketLambdaAuthorizerProps>WebSocketLambdaAuthorizerPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.