Class NotifyConfigurationType
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<NotifyConfigurationType.Builder,NotifyConfigurationType>
The configuration for Amazon SES email messages that threat protection sends to a user when your adaptive authentication automated response has a Notify action.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal NotifyEmailTypeThe template for the email message that your user pool sends when a detected risk event is blocked.builder()final booleanfinal booleanequalsBySdkFields(Object obj) final Stringfrom()The email address that sends the email message.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final NotifyEmailTypemfaEmail()The template for the email message that your user pool sends when MFA is challenged in response to a detected risk.final NotifyEmailTypeThe template for the email message that your user pool sends when no action is taken in response to a detected risk.final StringreplyTo()The reply-to email address of an email template.static Class<? extends NotifyConfigurationType.Builder>final StringThe Amazon Resource Name (ARN) of the identity that is associated with the sending authorization policy.final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
from
The email address that sends the email message. The address must be either individually verified with Amazon Simple Email Service, or from a domain that has been verified with Amazon SES.
- Returns:
- The email address that sends the email message. The address must be either individually verified with Amazon Simple Email Service, or from a domain that has been verified with Amazon SES.
-
replyTo
The reply-to email address of an email template. Can be an email address in the format
admin@example.comorAdministrator <admin@example.com>.- Returns:
- The reply-to email address of an email template. Can be an email address in the format
admin@example.comorAdministrator <admin@example.com>.
-
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
Fromparameter.- Returns:
- 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
Fromparameter.
-
blockEmail
The template for the email message that your user pool sends when a detected risk event is blocked.
- Returns:
- The template for the email message that your user pool sends when a detected risk event is blocked.
-
noActionEmail
The template for the email message that your user pool sends when no action is taken in response to a detected risk.
- Returns:
- The template for the email message that your user pool sends when no action is taken in response to a detected risk.
-
mfaEmail
The template for the email message that your user pool sends when MFA is challenged in response to a detected risk.
- Returns:
- The template for the email message that your user pool sends when MFA is challenged in response to a detected risk.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<NotifyConfigurationType.Builder,NotifyConfigurationType>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-