Interface UpdateBackendAuthUserPoolConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<UpdateBackendAuthUserPoolConfig.Builder,UpdateBackendAuthUserPoolConfig>,SdkBuilder<UpdateBackendAuthUserPoolConfig.Builder,UpdateBackendAuthUserPoolConfig>,SdkPojo
- Enclosing class:
- UpdateBackendAuthUserPoolConfig
public static interface UpdateBackendAuthUserPoolConfig.Builder extends SdkPojo, CopyableBuilder<UpdateBackendAuthUserPoolConfig.Builder,UpdateBackendAuthUserPoolConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default UpdateBackendAuthUserPoolConfig.BuilderforgotPassword(Consumer<UpdateBackendAuthForgotPasswordConfig.Builder> forgotPassword)(DEPRECATED) Describes the forgot password policy for your Amazon Cognito user pool, configured as a part of your Amplify project.UpdateBackendAuthUserPoolConfig.BuilderforgotPassword(UpdateBackendAuthForgotPasswordConfig forgotPassword)(DEPRECATED) Describes the forgot password policy for your Amazon Cognito user pool, configured as a part of your Amplify project.default UpdateBackendAuthUserPoolConfig.Buildermfa(Consumer<UpdateBackendAuthMFAConfig.Builder> mfa)Describes whether to apply multi-factor authentication policies for your Amazon Cognito user pool configured as a part of your Amplify project.UpdateBackendAuthUserPoolConfig.Buildermfa(UpdateBackendAuthMFAConfig mfa)Describes whether to apply multi-factor authentication policies for your Amazon Cognito user pool configured as a part of your Amplify project.default UpdateBackendAuthUserPoolConfig.BuilderoAuth(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.BuilderoAuth(UpdateBackendAuthOAuthConfig oAuth)Describes the OAuth policy and rules for your Amazon Cognito user pool, configured as a part of your Amplify project.default UpdateBackendAuthUserPoolConfig.BuilderpasswordPolicy(Consumer<UpdateBackendAuthPasswordPolicyConfig.Builder> passwordPolicy)Describes the password policy for your Amazon Cognito user pool, configured as a part of your Amplify project.UpdateBackendAuthUserPoolConfig.BuilderpasswordPolicy(UpdateBackendAuthPasswordPolicyConfig passwordPolicy)Describes the password policy for your Amazon Cognito user pool, configured as a part of your Amplify project.default UpdateBackendAuthUserPoolConfig.BuilderverificationMessage(Consumer<UpdateBackendAuthVerificationMessageConfig.Builder> verificationMessage)Describes the email or SMS verification message for your Amazon Cognito user pool, configured as a part of your Amplify project.UpdateBackendAuthUserPoolConfig.BuilderverificationMessage(UpdateBackendAuthVerificationMessageConfig verificationMessage)Describes the email or SMS verification message for your Amazon Cognito user pool, configured as a part of your Amplify project.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
forgotPassword
UpdateBackendAuthUserPoolConfig.Builder forgotPassword(UpdateBackendAuthForgotPasswordConfig forgotPassword)
(DEPRECATED) Describes the forgot password policy for your Amazon Cognito user pool, configured as a part of your Amplify project.
- Parameters:
forgotPassword- (DEPRECATED)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
forgotPassword
default UpdateBackendAuthUserPoolConfig.Builder forgotPassword(Consumer<UpdateBackendAuthForgotPasswordConfig.Builder> forgotPassword)
(DEPRECATED) Describes the forgot password policy for your Amazon Cognito user pool, configured as a part of your Amplify project.
This is a convenience method that creates an instance of theUpdateBackendAuthForgotPasswordConfig.Builderavoiding the need to create one manually viaUpdateBackendAuthForgotPasswordConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toforgotPassword(UpdateBackendAuthForgotPasswordConfig).- Parameters:
forgotPassword- a consumer that will call methods onUpdateBackendAuthForgotPasswordConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
forgotPassword(UpdateBackendAuthForgotPasswordConfig)
-
mfa
UpdateBackendAuthUserPoolConfig.Builder mfa(UpdateBackendAuthMFAConfig mfa)
Describes whether to apply multi-factor authentication policies for your Amazon Cognito user pool configured as a part of your Amplify project.
- Parameters:
mfa- Describes whether to apply multi-factor authentication policies for your Amazon Cognito user pool configured as a part of your Amplify project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mfa
default UpdateBackendAuthUserPoolConfig.Builder mfa(Consumer<UpdateBackendAuthMFAConfig.Builder> mfa)
Describes whether to apply multi-factor authentication policies for your Amazon Cognito user pool configured as a part of your Amplify project.
This is a convenience method that creates an instance of theUpdateBackendAuthMFAConfig.Builderavoiding the need to create one manually viaUpdateBackendAuthMFAConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomfa(UpdateBackendAuthMFAConfig).- Parameters:
mfa- a consumer that will call methods onUpdateBackendAuthMFAConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
mfa(UpdateBackendAuthMFAConfig)
-
oAuth
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.
- Parameters:
oAuth- Describes the OAuth policy and rules for your Amazon Cognito user pool, configured as a part of your Amplify project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
oAuth
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 method that creates an instance of theUpdateBackendAuthOAuthConfig.Builderavoiding the need to create one manually viaUpdateBackendAuthOAuthConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tooAuth(UpdateBackendAuthOAuthConfig).- Parameters:
oAuth- a consumer that will call methods onUpdateBackendAuthOAuthConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
oAuth(UpdateBackendAuthOAuthConfig)
-
passwordPolicy
UpdateBackendAuthUserPoolConfig.Builder passwordPolicy(UpdateBackendAuthPasswordPolicyConfig passwordPolicy)
Describes the password policy for your Amazon Cognito user pool, configured as a part of your Amplify project.
- Parameters:
passwordPolicy- Describes the password policy for your Amazon Cognito user pool, configured as a part of your Amplify project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
passwordPolicy
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 method that creates an instance of theUpdateBackendAuthPasswordPolicyConfig.Builderavoiding the need to create one manually viaUpdateBackendAuthPasswordPolicyConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topasswordPolicy(UpdateBackendAuthPasswordPolicyConfig).- Parameters:
passwordPolicy- a consumer that will call methods onUpdateBackendAuthPasswordPolicyConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
passwordPolicy(UpdateBackendAuthPasswordPolicyConfig)
-
verificationMessage
UpdateBackendAuthUserPoolConfig.Builder verificationMessage(UpdateBackendAuthVerificationMessageConfig verificationMessage)
Describes the email or SMS verification message for your Amazon Cognito user pool, configured as a part of your Amplify project.
- Parameters:
verificationMessage- Describes the email or SMS verification message for your Amazon Cognito user pool, configured as a part of your Amplify project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
verificationMessage
default UpdateBackendAuthUserPoolConfig.Builder verificationMessage(Consumer<UpdateBackendAuthVerificationMessageConfig.Builder> verificationMessage)
Describes the email or SMS verification message for your Amazon Cognito user pool, configured as a part of your Amplify project.
This is a convenience method that creates an instance of theUpdateBackendAuthVerificationMessageConfig.Builderavoiding the need to create one manually viaUpdateBackendAuthVerificationMessageConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toverificationMessage(UpdateBackendAuthVerificationMessageConfig).- Parameters:
verificationMessage- a consumer that will call methods onUpdateBackendAuthVerificationMessageConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
verificationMessage(UpdateBackendAuthVerificationMessageConfig)
-
-