Interface UpdateBackendAuthForgotPasswordConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<UpdateBackendAuthForgotPasswordConfig.Builder,UpdateBackendAuthForgotPasswordConfig>,SdkBuilder<UpdateBackendAuthForgotPasswordConfig.Builder,UpdateBackendAuthForgotPasswordConfig>,SdkPojo
- Enclosing class:
- UpdateBackendAuthForgotPasswordConfig
public static interface UpdateBackendAuthForgotPasswordConfig.Builder extends SdkPojo, CopyableBuilder<UpdateBackendAuthForgotPasswordConfig.Builder,UpdateBackendAuthForgotPasswordConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdateBackendAuthForgotPasswordConfig.BuilderdeliveryMethod(String deliveryMethod)(DEPRECATED) Describes which mode to use (either SMS or email) to deliver messages to app users that want to recover their password.UpdateBackendAuthForgotPasswordConfig.BuilderdeliveryMethod(DeliveryMethod deliveryMethod)(DEPRECATED) Describes which mode to use (either SMS or email) to deliver messages to app users that want to recover their password.default UpdateBackendAuthForgotPasswordConfig.BuilderemailSettings(Consumer<EmailSettings.Builder> emailSettings)(DEPRECATED) The configuration for the email sent when an app user forgets their password.UpdateBackendAuthForgotPasswordConfig.BuilderemailSettings(EmailSettings emailSettings)(DEPRECATED) The configuration for the email sent when an app user forgets their password.default UpdateBackendAuthForgotPasswordConfig.BuildersmsSettings(Consumer<SmsSettings.Builder> smsSettings)(DEPRECATED) The configuration for the SMS message sent when an Amplify app user forgets their password.UpdateBackendAuthForgotPasswordConfig.BuildersmsSettings(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.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
-
deliveryMethod
UpdateBackendAuthForgotPasswordConfig.Builder deliveryMethod(String 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,DeliveryMethod
-
deliveryMethod
UpdateBackendAuthForgotPasswordConfig.Builder 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.
- Parameters:
deliveryMethod- (DEPRECATED)- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DeliveryMethod,DeliveryMethod
-
emailSettings
UpdateBackendAuthForgotPasswordConfig.Builder emailSettings(EmailSettings 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.
-
emailSettings
default 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 onEmailSettings.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
emailSettings(EmailSettings)
-
smsSettings
UpdateBackendAuthForgotPasswordConfig.Builder smsSettings(SmsSettings 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.
-
smsSettings
default 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 onSmsSettings.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
smsSettings(SmsSettings)
-
-