Interface UpdateBackendAuthUserPoolConfig.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<UpdateBackendAuthUserPoolConfig.Builder,,- UpdateBackendAuthUserPoolConfig> - SdkBuilder<UpdateBackendAuthUserPoolConfig.Builder,,- UpdateBackendAuthUserPoolConfig> - SdkPojo
- Enclosing class:
- UpdateBackendAuthUserPoolConfig
- 
Method SummaryModifier and TypeMethodDescriptionforgotPassword(Consumer<UpdateBackendAuthForgotPasswordConfig.Builder> forgotPassword) (DEPRECATED) Describes the forgot password policy for your Amazon Cognito user pool, configured as a part of your Amplify project.forgotPassword(UpdateBackendAuthForgotPasswordConfig forgotPassword) (DEPRECATED) Describes the forgot password policy for your Amazon Cognito user pool, configured as a part of your Amplify project.Describes whether to apply multi-factor authentication policies for your Amazon Cognito user pool configured as a part of your Amplify project.Describes whether to apply multi-factor authentication policies for your Amazon Cognito user pool configured as a part of your Amplify project.Describes the OAuth policy and rules for your Amazon Cognito user pool, configured as a part of your Amplify project.Describes the OAuth policy and rules for your Amazon Cognito user pool, configured as a part of your Amplify project.passwordPolicy(Consumer<UpdateBackendAuthPasswordPolicyConfig.Builder> passwordPolicy) Describes the password policy for your Amazon Cognito user pool, configured as a part of your Amplify project.passwordPolicy(UpdateBackendAuthPasswordPolicyConfig passwordPolicy) Describes the password policy for your Amazon Cognito user pool, configured as a part of your Amplify project.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.verificationMessage(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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
forgotPasswordUpdateBackendAuthUserPoolConfig.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.
 
- 
forgotPassworddefault 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 on- UpdateBackendAuthForgotPasswordConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
mfaDescribes 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.
 
- 
mfadefault 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 on- UpdateBackendAuthMFAConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
oAuthDescribes 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.
 
- 
oAuthdefault 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 on- UpdateBackendAuthOAuthConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
passwordPolicyUpdateBackendAuthUserPoolConfig.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.
 
- 
passwordPolicydefault 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 on- UpdateBackendAuthPasswordPolicyConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
verificationMessageUpdateBackendAuthUserPoolConfig.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.
 
- 
verificationMessagedefault 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 on- UpdateBackendAuthVerificationMessageConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-