Uses of Class
software.amazon.awscdk.aws_apigatewayv2_authorizers.HttpLambdaAuthorizerProps.Builder
Packages that use HttpLambdaAuthorizerProps.Builder
Package
Description
AWS APIGatewayv2 Authorizers
-
Uses of HttpLambdaAuthorizerProps.Builder in software.amazon.awscdk.aws_apigatewayv2_authorizers
Methods in software.amazon.awscdk.aws_apigatewayv2_authorizers that return HttpLambdaAuthorizerProps.BuilderModifier 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()Constructors in software.amazon.awscdk.aws_apigatewayv2_authorizers with parameters of type HttpLambdaAuthorizerProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theHttpLambdaAuthorizerProps.Builder.