default NotifyConfigurationType.Builder |
NotifyConfigurationType.Builder.blockEmail(Consumer<NotifyEmailType.Builder> blockEmail) |
Email template used when a detected risk event is blocked.
|
NotifyConfigurationType.Builder |
NotifyConfigurationType.Builder.blockEmail(NotifyEmailType blockEmail) |
Email template used when a detected risk event is blocked.
|
static NotifyConfigurationType.Builder |
NotifyConfigurationType.builder() |
|
NotifyConfigurationType.Builder |
NotifyConfigurationType.Builder.from(String from) |
The email address that is sending the email.
|
default NotifyConfigurationType.Builder |
NotifyConfigurationType.Builder.mfaEmail(Consumer<NotifyEmailType.Builder> mfaEmail) |
The multi-factor authentication (MFA) email template used when MFA is challenged as part of a detected risk.
|
NotifyConfigurationType.Builder |
NotifyConfigurationType.Builder.mfaEmail(NotifyEmailType mfaEmail) |
The multi-factor authentication (MFA) email template used when MFA is challenged as part of a detected risk.
|
default NotifyConfigurationType.Builder |
NotifyConfigurationType.Builder.noActionEmail(Consumer<NotifyEmailType.Builder> noActionEmail) |
The email template used when a detected risk event is allowed.
|
NotifyConfigurationType.Builder |
NotifyConfigurationType.Builder.noActionEmail(NotifyEmailType noActionEmail) |
The email template used when a detected risk event is allowed.
|
NotifyConfigurationType.Builder |
NotifyConfigurationType.Builder.replyTo(String replyTo) |
The destination to which the receiver of an email should reply to.
|
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() |
|