Uses of Class
software.amazon.awscdk.services.apigateway.CognitoUserPoolsAuthorizerProps.Builder
Packages that use CognitoUserPoolsAuthorizerProps.Builder
-
Uses of CognitoUserPoolsAuthorizerProps.Builder in software.amazon.awscdk.services.apigateway
Methods in software.amazon.awscdk.services.apigateway that return CognitoUserPoolsAuthorizerProps.BuilderModifier and TypeMethodDescriptionCognitoUserPoolsAuthorizerProps.Builder.authorizerName
(String authorizerName) Sets the value ofCognitoUserPoolsAuthorizerProps.getAuthorizerName()
CognitoUserPoolsAuthorizerProps.builder()
CognitoUserPoolsAuthorizerProps.Builder.cognitoUserPools
(List<? extends IUserPool> cognitoUserPools) Sets the value ofCognitoUserPoolsAuthorizerProps.getCognitoUserPools()
CognitoUserPoolsAuthorizerProps.Builder.identitySource
(String identitySource) Sets the value ofCognitoUserPoolsAuthorizerProps.getIdentitySource()
CognitoUserPoolsAuthorizerProps.Builder.resultsCacheTtl
(Duration resultsCacheTtl) Sets the value ofCognitoUserPoolsAuthorizerProps.getResultsCacheTtl()
Constructors in software.amazon.awscdk.services.apigateway with parameters of type CognitoUserPoolsAuthorizerProps.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCognitoUserPoolsAuthorizerProps.Builder
.