public static interface UpdateBackendAuthUserPoolConfig.Builder extends SdkPojo, CopyableBuilder<UpdateBackendAuthUserPoolConfig.Builder,UpdateBackendAuthUserPoolConfig>
| Modifier and Type | Method and Description |
|---|---|
default UpdateBackendAuthUserPoolConfig.Builder |
forgotPassword(Consumer<UpdateBackendAuthForgotPasswordConfig.Builder> forgotPassword)
Describes the forgot password policy for your Amazon Cognito user pool, configured as a part of your Amplify
project.
|
UpdateBackendAuthUserPoolConfig.Builder |
forgotPassword(UpdateBackendAuthForgotPasswordConfig forgotPassword)
Describes the forgot password policy for your Amazon Cognito user pool, configured as a part of your Amplify
project.
|
default UpdateBackendAuthUserPoolConfig.Builder |
mfa(Consumer<UpdateBackendAuthMFAConfig.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.
|
UpdateBackendAuthUserPoolConfig.Builder |
mfa(UpdateBackendAuthMFAConfig 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 UpdateBackendAuthUserPoolConfig.Builder |
oAuth(Consumer<UpdateBackendAuthOAuthConfig.Builder> oAuth)
Describes the OAuth policy and rules for your Amazon Cognito user pool, configured as a part of your Amplify
project.
|
UpdateBackendAuthUserPoolConfig.Builder |
oAuth(UpdateBackendAuthOAuthConfig oAuth)
Describes the OAuth policy and rules for your Amazon Cognito user pool, configured as a part of your Amplify
project.
|
default UpdateBackendAuthUserPoolConfig.Builder |
passwordPolicy(Consumer<UpdateBackendAuthPasswordPolicyConfig.Builder> passwordPolicy)
Describes the password policy for your Amazon Cognito user pool, configured as a part of your Amplify
project.
|
UpdateBackendAuthUserPoolConfig.Builder |
passwordPolicy(UpdateBackendAuthPasswordPolicyConfig passwordPolicy)
Describes the password policy for your Amazon Cognito user pool, configured as a part of your Amplify
project.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateBackendAuthUserPoolConfig.Builder forgotPassword(UpdateBackendAuthForgotPasswordConfig forgotPassword)
Describes the forgot password policy for your Amazon Cognito user pool, configured as a part of your Amplify project.
forgotPassword - Describes the forgot password policy for your Amazon Cognito user pool, configured as a part of your
Amplify project.default UpdateBackendAuthUserPoolConfig.Builder forgotPassword(Consumer<UpdateBackendAuthForgotPasswordConfig.Builder> forgotPassword)
Describes the forgot 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 theUpdateBackendAuthForgotPasswordConfig.Builder
avoiding the need to create one manually via UpdateBackendAuthForgotPasswordConfig.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to forgotPassword(UpdateBackendAuthForgotPasswordConfig).forgotPassword - a consumer that will call methods on UpdateBackendAuthForgotPasswordConfig.BuilderforgotPassword(UpdateBackendAuthForgotPasswordConfig)UpdateBackendAuthUserPoolConfig.Builder mfa(UpdateBackendAuthMFAConfig 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 UpdateBackendAuthUserPoolConfig.Builder mfa(Consumer<UpdateBackendAuthMFAConfig.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 theUpdateBackendAuthMFAConfig.Builder avoiding the
need to create one manually via UpdateBackendAuthMFAConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to mfa(UpdateBackendAuthMFAConfig).mfa - a consumer that will call methods on UpdateBackendAuthMFAConfig.Buildermfa(UpdateBackendAuthMFAConfig)UpdateBackendAuthUserPoolConfig.Builder oAuth(UpdateBackendAuthOAuthConfig 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 UpdateBackendAuthUserPoolConfig.Builder oAuth(Consumer<UpdateBackendAuthOAuthConfig.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 theUpdateBackendAuthOAuthConfig.Builder avoiding
the need to create one manually via UpdateBackendAuthOAuthConfig.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to oAuth(UpdateBackendAuthOAuthConfig).oAuth - a consumer that will call methods on UpdateBackendAuthOAuthConfig.BuilderoAuth(UpdateBackendAuthOAuthConfig)UpdateBackendAuthUserPoolConfig.Builder passwordPolicy(UpdateBackendAuthPasswordPolicyConfig 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 UpdateBackendAuthUserPoolConfig.Builder passwordPolicy(Consumer<UpdateBackendAuthPasswordPolicyConfig.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 theUpdateBackendAuthPasswordPolicyConfig.Builder
avoiding the need to create one manually via UpdateBackendAuthPasswordPolicyConfig.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to passwordPolicy(UpdateBackendAuthPasswordPolicyConfig).passwordPolicy - a consumer that will call methods on UpdateBackendAuthPasswordPolicyConfig.BuilderpasswordPolicy(UpdateBackendAuthPasswordPolicyConfig)Copyright © 2021. All rights reserved.