@Generated(value="software.amazon.awssdk:codegen") public final class EmailConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EmailConfiguration.Builder,EmailConfiguration>
Contains the configuration information of email notifications.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EmailConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EmailConfiguration.Builder |
builder() |
EmailContent |
content()
Contains the subject and message of an email.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
from()
The email address that sends emails.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
EmailRecipients |
recipients()
Contains the information of one or more recipients who receive the emails.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EmailConfiguration.Builder> |
serializableBuilderClass() |
EmailConfiguration.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 sends emails.
If you use the AWS IoT Events managed AWS Lambda function to manage your emails, you must verify the email address that sends emails in Amazon SES.
If you use the AWS IoT Events managed AWS Lambda function to manage your emails, you must verify the email address that sends emails in Amazon SES.
public final EmailContent content()
Contains the subject and message of an email.
public final EmailRecipients recipients()
Contains the information of one or more recipients who receive the emails.
You must add the users that receive emails to your AWS SSO store.
You must add the users that receive emails to your AWS SSO store.
public EmailConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EmailConfiguration.Builder,EmailConfiguration>public static EmailConfiguration.Builder builder()
public static Class<? extends EmailConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.