Uses of Class
software.amazon.awscdk.services.apigatewayv2.HttpAuthorizerProps.Builder
Packages that use HttpAuthorizerProps.Builder
-
Uses of HttpAuthorizerProps.Builder in software.amazon.awscdk.services.apigatewayv2
Methods in software.amazon.awscdk.services.apigatewayv2 that return HttpAuthorizerProps.BuilderModifier and TypeMethodDescriptionHttpAuthorizerProps.Builder.authorizerName(String authorizerName) Sets the value ofHttpAuthorizerProps.getAuthorizerName()HttpAuthorizerProps.Builder.authorizerUri(String authorizerUri) Sets the value ofHttpAuthorizerProps.getAuthorizerUri()static HttpAuthorizerProps.BuilderHttpAuthorizerProps.builder()HttpAuthorizerProps.Builder.enableSimpleResponses(Boolean enableSimpleResponses) Sets the value ofHttpAuthorizerProps.getEnableSimpleResponses()Sets the value ofHttpAuthorizerProps.getHttpApi()HttpAuthorizerProps.Builder.identitySource(List<String> identitySource) Sets the value ofHttpAuthorizerProps.getIdentitySource()HttpAuthorizerProps.Builder.jwtAudience(List<String> jwtAudience) Sets the value ofHttpAuthorizerProps.getJwtAudience()Sets the value ofHttpAuthorizerProps.getJwtIssuer()HttpAuthorizerProps.Builder.payloadFormatVersion(AuthorizerPayloadVersion payloadFormatVersion) Sets the value ofHttpAuthorizerProps.getPayloadFormatVersion()HttpAuthorizerProps.Builder.resultsCacheTtl(Duration resultsCacheTtl) Sets the value ofHttpAuthorizerProps.getResultsCacheTtl()HttpAuthorizerProps.Builder.type(HttpAuthorizerType type) Sets the value ofHttpAuthorizerProps.getType()Constructors in software.amazon.awscdk.services.apigatewayv2 with parameters of type HttpAuthorizerProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(HttpAuthorizerProps.Builder builder) Constructor that initializes the object based on literal property values passed by theHttpAuthorizerProps.Builder.