public static interface CreateBackendAuthUserPoolConfig.Builder extends SdkPojo, CopyableBuilder<CreateBackendAuthUserPoolConfig.Builder,CreateBackendAuthUserPoolConfig>
| Modifier and Type | Method and Description |
|---|---|
default CreateBackendAuthUserPoolConfig.Builder |
forgotPassword(Consumer<CreateBackendAuthForgotPasswordConfig.Builder> forgotPassword)
Describes the forgotten password policy for your Amazon Cognito user pool, configured as a part of your
Amplify project.
|
CreateBackendAuthUserPoolConfig.Builder |
forgotPassword(CreateBackendAuthForgotPasswordConfig forgotPassword)
Describes the forgotten password policy for your Amazon Cognito user pool, configured as a part of your
Amplify project.
|
default CreateBackendAuthUserPoolConfig.Builder |
mfa(Consumer<CreateBackendAuthMFAConfig.Builder> mfa)
Describes whether to apply multi-factor authentication (MFA) policies for your Amazon Cognito user pool
that's configured as a part of your Amplify project.
|
CreateBackendAuthUserPoolConfig.Builder |
mfa(CreateBackendAuthMFAConfig mfa)
Describes whether to apply multi-factor authentication (MFA) policies for your Amazon Cognito user pool
that's configured as a part of your Amplify project.
|
default CreateBackendAuthUserPoolConfig.Builder |
oAuth(Consumer<CreateBackendAuthOAuthConfig.Builder> oAuth)
Describes the OAuth policy and rules for your Amazon Cognito user pool, configured as a part of your Amplify
project.
|
CreateBackendAuthUserPoolConfig.Builder |
oAuth(CreateBackendAuthOAuthConfig oAuth)
Describes the OAuth policy and rules for your Amazon Cognito user pool, configured as a part of your Amplify
project.
|
default CreateBackendAuthUserPoolConfig.Builder |
passwordPolicy(Consumer<CreateBackendAuthPasswordPolicyConfig.Builder> passwordPolicy)
Describes the password policy for your Amazon Cognito user pool, configured as a part of your Amplify
project.
|
CreateBackendAuthUserPoolConfig.Builder |
passwordPolicy(CreateBackendAuthPasswordPolicyConfig passwordPolicy)
Describes the password policy for your Amazon Cognito user pool, configured as a part of your Amplify
project.
|
CreateBackendAuthUserPoolConfig.Builder |
requiredSignUpAttributes(Collection<RequiredSignUpAttributesElement> requiredSignUpAttributes)
The required attributes to sign up new users in the Amazon Cognito user pool.
|
CreateBackendAuthUserPoolConfig.Builder |
requiredSignUpAttributes(RequiredSignUpAttributesElement... requiredSignUpAttributes)
The required attributes to sign up new users in the Amazon Cognito user pool.
|
CreateBackendAuthUserPoolConfig.Builder |
requiredSignUpAttributesWithStrings(Collection<String> requiredSignUpAttributes)
The required attributes to sign up new users in the Amazon Cognito user pool.
|
CreateBackendAuthUserPoolConfig.Builder |
requiredSignUpAttributesWithStrings(String... requiredSignUpAttributes)
The required attributes to sign up new users in the Amazon Cognito user pool.
|
CreateBackendAuthUserPoolConfig.Builder |
signInMethod(SignInMethod signInMethod)
Describes the sign-in methods that your Amplify app users to log in using the Amazon Cognito user pool that's
configured as a part of your Amplify project.
|
CreateBackendAuthUserPoolConfig.Builder |
signInMethod(String signInMethod)
Describes the sign-in methods that your Amplify app users to log in using the Amazon Cognito user pool that's
configured as a part of your Amplify project.
|
CreateBackendAuthUserPoolConfig.Builder |
userPoolName(String userPoolName)
The Amazon Cognito user pool name.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateBackendAuthUserPoolConfig.Builder forgotPassword(CreateBackendAuthForgotPasswordConfig forgotPassword)
Describes the forgotten password policy for your Amazon Cognito user pool, configured as a part of your Amplify project.
forgotPassword - Describes the forgotten password policy for your Amazon Cognito user pool, configured as a part of
your Amplify project.default CreateBackendAuthUserPoolConfig.Builder forgotPassword(Consumer<CreateBackendAuthForgotPasswordConfig.Builder> forgotPassword)
Describes the forgotten password policy for your Amazon Cognito user pool, configured as a part of your Amplify project.
This is a convenience that creates an instance of theCreateBackendAuthForgotPasswordConfig.Builder
avoiding the need to create one manually via CreateBackendAuthForgotPasswordConfig.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to forgotPassword(CreateBackendAuthForgotPasswordConfig).forgotPassword - a consumer that will call methods on CreateBackendAuthForgotPasswordConfig.BuilderforgotPassword(CreateBackendAuthForgotPasswordConfig)CreateBackendAuthUserPoolConfig.Builder mfa(CreateBackendAuthMFAConfig mfa)
Describes whether to apply multi-factor authentication (MFA) policies for your Amazon Cognito user pool that's configured as a part of your Amplify project.
mfa - Describes whether to apply multi-factor authentication (MFA) policies for your Amazon Cognito user
pool that's configured as a part of your Amplify project.default CreateBackendAuthUserPoolConfig.Builder mfa(Consumer<CreateBackendAuthMFAConfig.Builder> mfa)
Describes whether to apply multi-factor authentication (MFA) policies for your Amazon Cognito user pool that's configured as a part of your Amplify project.
This is a convenience that creates an instance of theCreateBackendAuthMFAConfig.Builder avoiding the
need to create one manually via CreateBackendAuthMFAConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to mfa(CreateBackendAuthMFAConfig).mfa - a consumer that will call methods on CreateBackendAuthMFAConfig.Buildermfa(CreateBackendAuthMFAConfig)CreateBackendAuthUserPoolConfig.Builder oAuth(CreateBackendAuthOAuthConfig oAuth)
Describes the OAuth policy and rules for your Amazon Cognito user pool, configured as a part of your Amplify project.
oAuth - Describes the OAuth policy and rules for your Amazon Cognito user pool, configured as a part of your
Amplify project.default CreateBackendAuthUserPoolConfig.Builder oAuth(Consumer<CreateBackendAuthOAuthConfig.Builder> oAuth)
Describes the OAuth policy and rules for your Amazon Cognito user pool, configured as a part of your Amplify project.
This is a convenience that creates an instance of theCreateBackendAuthOAuthConfig.Builder avoiding
the need to create one manually via CreateBackendAuthOAuthConfig.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to oAuth(CreateBackendAuthOAuthConfig).oAuth - a consumer that will call methods on CreateBackendAuthOAuthConfig.BuilderoAuth(CreateBackendAuthOAuthConfig)CreateBackendAuthUserPoolConfig.Builder passwordPolicy(CreateBackendAuthPasswordPolicyConfig passwordPolicy)
Describes the password policy for your Amazon Cognito user pool, configured as a part of your Amplify project.
passwordPolicy - Describes the password policy for your Amazon Cognito user pool, configured as a part of your Amplify
project.default CreateBackendAuthUserPoolConfig.Builder passwordPolicy(Consumer<CreateBackendAuthPasswordPolicyConfig.Builder> passwordPolicy)
Describes the password policy for your Amazon Cognito user pool, configured as a part of your Amplify project.
This is a convenience that creates an instance of theCreateBackendAuthPasswordPolicyConfig.Builder
avoiding the need to create one manually via CreateBackendAuthPasswordPolicyConfig.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to passwordPolicy(CreateBackendAuthPasswordPolicyConfig).passwordPolicy - a consumer that will call methods on CreateBackendAuthPasswordPolicyConfig.BuilderpasswordPolicy(CreateBackendAuthPasswordPolicyConfig)CreateBackendAuthUserPoolConfig.Builder requiredSignUpAttributesWithStrings(Collection<String> requiredSignUpAttributes)
The required attributes to sign up new users in the Amazon Cognito user pool.
requiredSignUpAttributes - The required attributes to sign up new users in the Amazon Cognito user pool.CreateBackendAuthUserPoolConfig.Builder requiredSignUpAttributesWithStrings(String... requiredSignUpAttributes)
The required attributes to sign up new users in the Amazon Cognito user pool.
requiredSignUpAttributes - The required attributes to sign up new users in the Amazon Cognito user pool.CreateBackendAuthUserPoolConfig.Builder requiredSignUpAttributes(Collection<RequiredSignUpAttributesElement> requiredSignUpAttributes)
The required attributes to sign up new users in the Amazon Cognito user pool.
requiredSignUpAttributes - The required attributes to sign up new users in the Amazon Cognito user pool.CreateBackendAuthUserPoolConfig.Builder requiredSignUpAttributes(RequiredSignUpAttributesElement... requiredSignUpAttributes)
The required attributes to sign up new users in the Amazon Cognito user pool.
requiredSignUpAttributes - The required attributes to sign up new users in the Amazon Cognito user pool.CreateBackendAuthUserPoolConfig.Builder signInMethod(String signInMethod)
Describes the sign-in methods that your Amplify app users to log in using the Amazon Cognito user pool that's configured as a part of your Amplify project.
signInMethod - Describes the sign-in methods that your Amplify app users to log in using the Amazon Cognito user pool
that's configured as a part of your Amplify project.SignInMethod,
SignInMethodCreateBackendAuthUserPoolConfig.Builder signInMethod(SignInMethod signInMethod)
Describes the sign-in methods that your Amplify app users to log in using the Amazon Cognito user pool that's configured as a part of your Amplify project.
signInMethod - Describes the sign-in methods that your Amplify app users to log in using the Amazon Cognito user pool
that's configured as a part of your Amplify project.SignInMethod,
SignInMethodCreateBackendAuthUserPoolConfig.Builder userPoolName(String userPoolName)
The Amazon Cognito user pool name.
userPoolName - The Amazon Cognito user pool name.Copyright © 2021. All rights reserved.