Uses of Class
software.aws.awsprototypingsdk.openapigateway.CustomAuthorizer.Builder
-
-
Uses of CustomAuthorizer.Builder in software.aws.awsprototypingsdk.openapigateway
Methods in software.aws.awsprototypingsdk.openapigateway that return CustomAuthorizer.Builder Modifier and Type Method Description CustomAuthorizer.BuilderCustomAuthorizer.Builder. authorizerId(String authorizerId)(experimental) Unique identifier for this authorizer.CustomAuthorizer.BuilderCustomAuthorizer.Builder. authorizerResultTtlInSeconds(Number authorizerResultTtlInSeconds)(experimental) The number of seconds during which the authorizer result is cached.static CustomAuthorizer.BuilderCustomAuthorizer.Builder. create()CustomAuthorizer.BuilderCustomAuthorizer.Builder. function(software.amazon.awscdk.services.lambda.IFunction function)(experimental) The lambda function used to authorize requests.CustomAuthorizer.BuilderCustomAuthorizer.Builder. identitySource(String identitySource)(experimental) The source of the identity in an incoming request.CustomAuthorizer.BuilderCustomAuthorizer.Builder. type(CustomAuthorizerType type)(experimental) The type of custom authorizer.
-