public static interface NotifyConfigurationType.Builder extends SdkPojo, CopyableBuilder<NotifyConfigurationType.Builder,NotifyConfigurationType>
| Modifier and Type | Method and Description |
|---|---|
default NotifyConfigurationType.Builder |
blockEmail(Consumer<NotifyEmailType.Builder> blockEmail)
Email template used when a detected risk event is blocked.
|
NotifyConfigurationType.Builder |
blockEmail(NotifyEmailType blockEmail)
Email template used when a detected risk event is blocked.
|
NotifyConfigurationType.Builder |
from(String from)
The email address that is sending the email.
|
default 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 |
mfaEmail(NotifyEmailType mfaEmail)
The multi-factor authentication (MFA) email template used when MFA is challenged as part of a detected risk.
|
default NotifyConfigurationType.Builder |
noActionEmail(Consumer<NotifyEmailType.Builder> noActionEmail)
The email template used when a detected risk event is allowed.
|
NotifyConfigurationType.Builder |
noActionEmail(NotifyEmailType noActionEmail)
The email template used when a detected risk event is allowed.
|
NotifyConfigurationType.Builder |
replyTo(String replyTo)
The destination to which the receiver of an email should reply to.
|
NotifyConfigurationType.Builder |
sourceArn(String sourceArn)
The Amazon Resource Name (ARN) of the identity that is associated with the sending authorization policy.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNotifyConfigurationType.Builder from(String from)
The email address that is sending the email. The address must be either individually verified with Amazon Simple Email Service, or from a domain that has been verified with Amazon SES.
from - The email address that is sending the email. The address must be either individually verified with
Amazon Simple Email Service, or from a domain that has been verified with Amazon SES.NotifyConfigurationType.Builder replyTo(String replyTo)
The destination to which the receiver of an email should reply to.
replyTo - The destination to which the receiver of an email should reply to.NotifyConfigurationType.Builder sourceArn(String sourceArn)
The Amazon Resource Name (ARN) of the identity that is associated with the sending authorization policy. This
identity permits Amazon Cognito to send for the email address specified in the From parameter.
sourceArn - The Amazon Resource Name (ARN) of the identity that is associated with the sending authorization
policy. This identity permits Amazon Cognito to send for the email address specified in the
From parameter.NotifyConfigurationType.Builder blockEmail(NotifyEmailType blockEmail)
Email template used when a detected risk event is blocked.
blockEmail - Email template used when a detected risk event is blocked.default NotifyConfigurationType.Builder blockEmail(Consumer<NotifyEmailType.Builder> blockEmail)
Email template used when a detected risk event is blocked.
This is a convenience method that creates an instance of theNotifyEmailType.Builder avoiding the
need to create one manually via NotifyEmailType.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to blockEmail(NotifyEmailType).
blockEmail - a consumer that will call methods on NotifyEmailType.BuilderblockEmail(NotifyEmailType)NotifyConfigurationType.Builder noActionEmail(NotifyEmailType noActionEmail)
The email template used when a detected risk event is allowed.
noActionEmail - The email template used when a detected risk event is allowed.default NotifyConfigurationType.Builder noActionEmail(Consumer<NotifyEmailType.Builder> noActionEmail)
The email template used when a detected risk event is allowed.
This is a convenience method that creates an instance of theNotifyEmailType.Builder avoiding the
need to create one manually via NotifyEmailType.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to noActionEmail(NotifyEmailType).
noActionEmail - a consumer that will call methods on NotifyEmailType.BuildernoActionEmail(NotifyEmailType)NotifyConfigurationType.Builder mfaEmail(NotifyEmailType mfaEmail)
The multi-factor authentication (MFA) email template used when MFA is challenged as part of a detected risk.
mfaEmail - The multi-factor authentication (MFA) email template used when MFA is challenged as part of a detected
risk.default 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.
This is a convenience method that creates an instance of theNotifyEmailType.Builder avoiding the
need to create one manually via NotifyEmailType.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to mfaEmail(NotifyEmailType).
mfaEmail - a consumer that will call methods on NotifyEmailType.BuildermfaEmail(NotifyEmailType)Copyright © 2022. All rights reserved.