@Generated(value="software.amazon.awssdk:codegen") public final class NotifyConfigurationType extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NotifyConfigurationType.Builder,NotifyConfigurationType>
The notify configuration type.
| Modifier and Type | Class and Description |
|---|---|
static interface |
NotifyConfigurationType.Builder |
| Modifier and Type | Method and Description |
|---|---|
NotifyEmailType |
blockEmail()
Email template used when a detected risk event is blocked.
|
static NotifyConfigurationType.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
from()
The email address that is sending the email.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
NotifyEmailType |
mfaEmail()
The MFA email template used when MFA is challenged as part of a detected risk.
|
NotifyEmailType |
noActionEmail()
The email template used when a detected risk event is allowed.
|
String |
replyTo()
The destination to which the receiver of an email should reply to.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends NotifyConfigurationType.Builder> |
serializableBuilderClass() |
String |
sourceArn()
The Amazon Resource Name (ARN) of the identity that is associated with the sending authorization policy.
|
NotifyConfigurationType.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String from()
The email address that is sending the email. It must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.
public final String replyTo()
The destination to which the receiver of an email should reply to.
public final String sourceArn()
The Amazon Resource Name (ARN) of the identity that is associated with the sending authorization policy. It
permits Amazon Cognito to send for the email address specified in the From parameter.
From parameter.public final NotifyEmailType blockEmail()
Email template used when a detected risk event is blocked.
public final NotifyEmailType noActionEmail()
The email template used when a detected risk event is allowed.
public final NotifyEmailType mfaEmail()
The MFA email template used when MFA is challenged as part of a detected risk.
public NotifyConfigurationType.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<NotifyConfigurationType.Builder,NotifyConfigurationType>public static NotifyConfigurationType.Builder builder()
public static Class<? extends NotifyConfigurationType.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.