Uses of Class
software.amazon.awscdk.services.apigateway.CognitoUserPoolsAuthorizerProps.Builder
-
Uses of CognitoUserPoolsAuthorizerProps.Builder in software.amazon.awscdk.services.apigateway
Modifier 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()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCognitoUserPoolsAuthorizerProps.Builder
.