Uses of Class
software.amazon.awscdk.services.apigatewayv2.authorizers.HttpLambdaAuthorizerProps.Builder
Package
Description
AWS APIGatewayv2 Authorizers
-
Uses of HttpLambdaAuthorizerProps.Builder in software.amazon.awscdk.services.apigatewayv2.authorizers
Modifier and TypeMethodDescriptionHttpLambdaAuthorizerProps.Builder.authorizerName
(String authorizerName) Sets the value ofHttpLambdaAuthorizerProps.getAuthorizerName()
HttpLambdaAuthorizerProps.builder()
HttpLambdaAuthorizerProps.Builder.identitySource
(List<String> identitySource) Sets the value ofHttpLambdaAuthorizerProps.getIdentitySource()
HttpLambdaAuthorizerProps.Builder.responseTypes
(List<? extends HttpLambdaResponseType> responseTypes) Sets the value ofHttpLambdaAuthorizerProps.getResponseTypes()
HttpLambdaAuthorizerProps.Builder.resultsCacheTtl
(Duration resultsCacheTtl) Sets the value ofHttpLambdaAuthorizerProps.getResultsCacheTtl()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theHttpLambdaAuthorizerProps.Builder
.