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