default NotifyConfigurationType.Builder |
NotifyConfigurationType.Builder.blockEmail(Consumer<NotifyEmailType.Builder> blockEmail) |
The template for the email message that your user pool sends when a detected risk event is blocked.
|
NotifyConfigurationType.Builder |
NotifyConfigurationType.Builder.blockEmail(NotifyEmailType blockEmail) |
The template for the email message that your user pool sends when a detected risk event is blocked.
|
static NotifyConfigurationType.Builder |
NotifyConfigurationType.builder() |
|
NotifyConfigurationType.Builder |
NotifyConfigurationType.Builder.from(String from) |
The email address that sends the email message.
|
default NotifyConfigurationType.Builder |
NotifyConfigurationType.Builder.mfaEmail(Consumer<NotifyEmailType.Builder> mfaEmail) |
The template for the email message that your user pool sends when MFA is challenged in response to a detected
risk.
|
NotifyConfigurationType.Builder |
NotifyConfigurationType.Builder.mfaEmail(NotifyEmailType mfaEmail) |
The template for the email message that your user pool sends when MFA is challenged in response to a detected
risk.
|
default NotifyConfigurationType.Builder |
NotifyConfigurationType.Builder.noActionEmail(Consumer<NotifyEmailType.Builder> noActionEmail) |
The template for the email message that your user pool sends when no action is taken in response to a
detected risk.
|
NotifyConfigurationType.Builder |
NotifyConfigurationType.Builder.noActionEmail(NotifyEmailType noActionEmail) |
The template for the email message that your user pool sends when no action is taken in response to a
detected risk.
|
NotifyConfigurationType.Builder |
NotifyConfigurationType.Builder.replyTo(String replyTo) |
The reply-to email address of an email template.
|
NotifyConfigurationType.Builder |
NotifyConfigurationType.Builder.sourceArn(String sourceArn) |
The Amazon Resource Name (ARN) of the identity that is associated with the sending authorization policy.
|
NotifyConfigurationType.Builder |
NotifyConfigurationType.toBuilder() |
|