Uses of Class
software.amazon.awscdk.services.apigateway.RequestAuthorizerProps.Builder
-
Uses of RequestAuthorizerProps.Builder in software.amazon.awscdk.services.apigateway
Modifier and TypeMethodDescriptionRequestAuthorizerProps.Builder.assumeRole
(IRole assumeRole) Sets the value ofLambdaAuthorizerProps.getAssumeRole()
RequestAuthorizerProps.Builder.authorizerName
(String authorizerName) Sets the value ofLambdaAuthorizerProps.getAuthorizerName()
RequestAuthorizerProps.builder()
Sets the value ofLambdaAuthorizerProps.getHandler()
RequestAuthorizerProps.Builder.identitySources
(List<String> identitySources) Sets the value ofRequestAuthorizerProps.getIdentitySources()
RequestAuthorizerProps.Builder.resultsCacheTtl
(Duration resultsCacheTtl) Sets the value ofLambdaAuthorizerProps.getResultsCacheTtl()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(RequestAuthorizerProps.Builder builder) Constructor that initializes the object based on literal property values passed by theRequestAuthorizerProps.Builder
.