Uses of Class
software.amazon.awscdk.services.appsync.AuthorizationMode.Builder
-
Uses of AuthorizationMode.Builder in software.amazon.awscdk.services.appsync
Modifier and TypeMethodDescriptionAuthorizationMode.Builder.apiKeyConfig
(ApiKeyConfig apiKeyConfig) Sets the value ofAuthorizationMode.getApiKeyConfig()
AuthorizationMode.Builder.authorizationType
(AuthorizationType authorizationType) Sets the value ofAuthorizationMode.getAuthorizationType()
static AuthorizationMode.Builder
AuthorizationMode.builder()
AuthorizationMode.Builder.lambdaAuthorizerConfig
(LambdaAuthorizerConfig lambdaAuthorizerConfig) Sets the value ofAuthorizationMode.getLambdaAuthorizerConfig()
AuthorizationMode.Builder.openIdConnectConfig
(OpenIdConnectConfig openIdConnectConfig) Sets the value ofAuthorizationMode.getOpenIdConnectConfig()
AuthorizationMode.Builder.userPoolConfig
(UserPoolConfig userPoolConfig) Sets the value ofAuthorizationMode.getUserPoolConfig()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(AuthorizationMode.Builder builder) Constructor that initializes the object based on literal property values passed by theAuthorizationMode.Builder
.