| Package | Description |
|---|---|
| software.amazon.awssdk.services.ses.model |
| Modifier and Type | Method and Description |
|---|---|
IdentityNotificationAttributes.Builder |
IdentityNotificationAttributes.Builder.bounceTopic(String bounceTopic)
The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish bounce notifications.
|
static IdentityNotificationAttributes.Builder |
IdentityNotificationAttributes.builder() |
IdentityNotificationAttributes.Builder |
IdentityNotificationAttributes.Builder.complaintTopic(String complaintTopic)
The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish complaint notifications.
|
IdentityNotificationAttributes.Builder |
IdentityNotificationAttributes.Builder.deliveryTopic(String deliveryTopic)
The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish delivery notifications.
|
IdentityNotificationAttributes.Builder |
IdentityNotificationAttributes.Builder.forwardingEnabled(Boolean forwardingEnabled)
Describes whether Amazon SES will forward bounce and complaint notifications as email.
|
IdentityNotificationAttributes.Builder |
IdentityNotificationAttributes.Builder.headersInBounceNotificationsEnabled(Boolean headersInBounceNotificationsEnabled)
Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type
Bounce. |
IdentityNotificationAttributes.Builder |
IdentityNotificationAttributes.Builder.headersInComplaintNotificationsEnabled(Boolean headersInComplaintNotificationsEnabled)
Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type
Complaint. |
IdentityNotificationAttributes.Builder |
IdentityNotificationAttributes.Builder.headersInDeliveryNotificationsEnabled(Boolean headersInDeliveryNotificationsEnabled)
Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type
Delivery. |
IdentityNotificationAttributes.Builder |
IdentityNotificationAttributes.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends IdentityNotificationAttributes.Builder> |
IdentityNotificationAttributes.serializableBuilderClass() |
Copyright © 2022. All rights reserved.