@Stability(value=Experimental) public static final class WebSocketAuthorizerAttributes.Builder extends Object implements software.amazon.jsii.Builder<WebSocketAuthorizerAttributes>
WebSocketAuthorizerAttributes| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
WebSocketAuthorizerAttributes.Builder |
authorizerId(String authorizerId)
Sets the value of
WebSocketAuthorizerAttributes.getAuthorizerId() |
WebSocketAuthorizerAttributes.Builder |
authorizerType(String authorizerType)
Sets the value of
WebSocketAuthorizerAttributes.getAuthorizerType() |
WebSocketAuthorizerAttributes |
build()
Builds the configured instance.
|
@Stability(value=Experimental) public WebSocketAuthorizerAttributes.Builder authorizerId(String authorizerId)
WebSocketAuthorizerAttributes.getAuthorizerId()authorizerId - Id of the Authorizer. This parameter is required.this@Stability(value=Experimental) public WebSocketAuthorizerAttributes.Builder authorizerType(String authorizerType)
WebSocketAuthorizerAttributes.getAuthorizerType()authorizerType - Type of authorizer. This parameter is required.
Possible values are:
this@Stability(value=Experimental) public WebSocketAuthorizerAttributes build()
build in interface software.amazon.jsii.Builder<WebSocketAuthorizerAttributes>WebSocketAuthorizerAttributesNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.