Interface UpdateBackendAuthForgotPasswordConfig.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<UpdateBackendAuthForgotPasswordConfig.Builder,,- UpdateBackendAuthForgotPasswordConfig> - SdkBuilder<UpdateBackendAuthForgotPasswordConfig.Builder,,- UpdateBackendAuthForgotPasswordConfig> - SdkPojo
- Enclosing class:
- UpdateBackendAuthForgotPasswordConfig
- 
Method SummaryModifier and TypeMethodDescriptiondeliveryMethod(String deliveryMethod) (DEPRECATED) Describes which mode to use (either SMS or email) to deliver messages to app users that want to recover their password.deliveryMethod(DeliveryMethod deliveryMethod) (DEPRECATED) Describes which mode to use (either SMS or email) to deliver messages to app users that want to recover their password.emailSettings(Consumer<EmailSettings.Builder> emailSettings) (DEPRECATED) The configuration for the email sent when an app user forgets their password.emailSettings(EmailSettings emailSettings) (DEPRECATED) The configuration for the email sent when an app user forgets their password.smsSettings(Consumer<SmsSettings.Builder> smsSettings) (DEPRECATED) The configuration for the SMS message sent when an Amplify app user forgets their password.smsSettings(SmsSettings smsSettings) (DEPRECATED) The configuration for the SMS message sent when an Amplify app user forgets their password.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- 
deliveryMethod(DEPRECATED) Describes which mode to use (either SMS or email) to deliver messages to app users that want to recover their password. - Parameters:
- deliveryMethod- (DEPRECATED)
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
deliveryMethod(DEPRECATED) Describes which mode to use (either SMS or email) to deliver messages to app users that want to recover their password. - Parameters:
- deliveryMethod- (DEPRECATED)
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
emailSettings(DEPRECATED) The configuration for the email sent when an app user forgets their password. - Parameters:
- emailSettings- (DEPRECATED)
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
emailSettingsdefault UpdateBackendAuthForgotPasswordConfig.Builder emailSettings(Consumer<EmailSettings.Builder> emailSettings) (DEPRECATED) The configuration for the email sent when an app user forgets their password. This is a convenience method that creates an instance of theEmailSettings.Builderavoiding the need to create one manually viaEmailSettings.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toemailSettings(EmailSettings).- Parameters:
- emailSettings- a consumer that will call methods on- EmailSettings.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
smsSettings(DEPRECATED) The configuration for the SMS message sent when an Amplify app user forgets their password. - Parameters:
- smsSettings- (DEPRECATED)
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
smsSettingsdefault UpdateBackendAuthForgotPasswordConfig.Builder smsSettings(Consumer<SmsSettings.Builder> smsSettings) (DEPRECATED) The configuration for the SMS message sent when an Amplify app user forgets their password. This is a convenience method that creates an instance of theSmsSettings.Builderavoiding the need to create one manually viaSmsSettings.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosmsSettings(SmsSettings).- Parameters:
- smsSettings- a consumer that will call methods on- SmsSettings.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-