Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.cognito.CfnUserPoolClientMixinProps.Builder
Packages that use CfnUserPoolClientMixinProps.Builder
-
Uses of CfnUserPoolClientMixinProps.Builder in software.amazon.awscdk.cfnpropertymixins.services.cognito
Methods in software.amazon.awscdk.cfnpropertymixins.services.cognito that return CfnUserPoolClientMixinProps.BuilderModifier and TypeMethodDescriptionCfnUserPoolClientMixinProps.Builder.accessTokenValidity(Number accessTokenValidity) Sets the value ofCfnUserPoolClientMixinProps.getAccessTokenValidity()CfnUserPoolClientMixinProps.Builder.allowedOAuthFlows(List<String> allowedOAuthFlows) Sets the value ofCfnUserPoolClientMixinProps.getAllowedOAuthFlows()CfnUserPoolClientMixinProps.Builder.allowedOAuthFlowsUserPoolClient(Boolean allowedOAuthFlowsUserPoolClient) Sets the value ofCfnUserPoolClientMixinProps.getAllowedOAuthFlowsUserPoolClient()CfnUserPoolClientMixinProps.Builder.allowedOAuthFlowsUserPoolClient(IResolvable allowedOAuthFlowsUserPoolClient) Sets the value ofCfnUserPoolClientMixinProps.getAllowedOAuthFlowsUserPoolClient()CfnUserPoolClientMixinProps.Builder.allowedOAuthScopes(List<String> allowedOAuthScopes) Sets the value ofCfnUserPoolClientMixinProps.getAllowedOAuthScopes()CfnUserPoolClientMixinProps.Builder.analyticsConfiguration(CfnUserPoolClientPropsMixin.AnalyticsConfigurationProperty analyticsConfiguration) Sets the value ofCfnUserPoolClientMixinProps.getAnalyticsConfiguration()CfnUserPoolClientMixinProps.Builder.analyticsConfiguration(IResolvable analyticsConfiguration) Sets the value ofCfnUserPoolClientMixinProps.getAnalyticsConfiguration()CfnUserPoolClientMixinProps.Builder.authSessionValidity(Number authSessionValidity) Sets the value ofCfnUserPoolClientMixinProps.getAuthSessionValidity()CfnUserPoolClientMixinProps.builder()CfnUserPoolClientMixinProps.Builder.callbackUrLs(List<String> callbackUrLs) Sets the value ofCfnUserPoolClientMixinProps.getCallbackUrLs()CfnUserPoolClientMixinProps.Builder.clientName(String clientName) Sets the value ofCfnUserPoolClientMixinProps.getClientName()CfnUserPoolClientMixinProps.Builder.defaultRedirectUri(String defaultRedirectUri) Sets the value ofCfnUserPoolClientMixinProps.getDefaultRedirectUri()CfnUserPoolClientMixinProps.Builder.enablePropagateAdditionalUserContextData(Boolean enablePropagateAdditionalUserContextData) CfnUserPoolClientMixinProps.Builder.enablePropagateAdditionalUserContextData(IResolvable enablePropagateAdditionalUserContextData) CfnUserPoolClientMixinProps.Builder.enableTokenRevocation(Boolean enableTokenRevocation) Sets the value ofCfnUserPoolClientMixinProps.getEnableTokenRevocation()CfnUserPoolClientMixinProps.Builder.enableTokenRevocation(IResolvable enableTokenRevocation) Sets the value ofCfnUserPoolClientMixinProps.getEnableTokenRevocation()CfnUserPoolClientMixinProps.Builder.explicitAuthFlows(List<String> explicitAuthFlows) Sets the value ofCfnUserPoolClientMixinProps.getExplicitAuthFlows()CfnUserPoolClientMixinProps.Builder.generateSecret(Boolean generateSecret) Sets the value ofCfnUserPoolClientMixinProps.getGenerateSecret()CfnUserPoolClientMixinProps.Builder.generateSecret(IResolvable generateSecret) Sets the value ofCfnUserPoolClientMixinProps.getGenerateSecret()CfnUserPoolClientMixinProps.Builder.idTokenValidity(Number idTokenValidity) Sets the value ofCfnUserPoolClientMixinProps.getIdTokenValidity()CfnUserPoolClientMixinProps.Builder.logoutUrLs(List<String> logoutUrLs) Sets the value ofCfnUserPoolClientMixinProps.getLogoutUrLs()CfnUserPoolClientMixinProps.Builder.preventUserExistenceErrors(String preventUserExistenceErrors) Sets the value ofCfnUserPoolClientMixinProps.getPreventUserExistenceErrors()CfnUserPoolClientMixinProps.Builder.readAttributes(List<String> readAttributes) Sets the value ofCfnUserPoolClientMixinProps.getReadAttributes()CfnUserPoolClientMixinProps.Builder.refreshTokenRotation(CfnUserPoolClientPropsMixin.RefreshTokenRotationProperty refreshTokenRotation) Sets the value ofCfnUserPoolClientMixinProps.getRefreshTokenRotation()CfnUserPoolClientMixinProps.Builder.refreshTokenRotation(IResolvable refreshTokenRotation) Sets the value ofCfnUserPoolClientMixinProps.getRefreshTokenRotation()CfnUserPoolClientMixinProps.Builder.refreshTokenValidity(Number refreshTokenValidity) Sets the value ofCfnUserPoolClientMixinProps.getRefreshTokenValidity()CfnUserPoolClientMixinProps.Builder.supportedIdentityProviders(List<String> supportedIdentityProviders) Sets the value ofCfnUserPoolClientMixinProps.getSupportedIdentityProviders()CfnUserPoolClientMixinProps.Builder.tokenValidityUnits(CfnUserPoolClientPropsMixin.TokenValidityUnitsProperty tokenValidityUnits) Sets the value ofCfnUserPoolClientMixinProps.getTokenValidityUnits()CfnUserPoolClientMixinProps.Builder.tokenValidityUnits(IResolvable tokenValidityUnits) Sets the value ofCfnUserPoolClientMixinProps.getTokenValidityUnits()CfnUserPoolClientMixinProps.Builder.userPoolId(String userPoolId) Sets the value ofCfnUserPoolClientMixinProps.getUserPoolId()CfnUserPoolClientMixinProps.Builder.userPoolId(IUserPoolRef userPoolId) Sets the value ofCfnUserPoolClientMixinProps.getUserPoolId()CfnUserPoolClientMixinProps.Builder.writeAttributes(List<String> writeAttributes) Sets the value ofCfnUserPoolClientMixinProps.getWriteAttributes()Constructors in software.amazon.awscdk.cfnpropertymixins.services.cognito with parameters of type CfnUserPoolClientMixinProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnUserPoolClientMixinProps.Builder.