IdentityNotificationAttributes.Builder |
IdentityNotificationAttributes.Builder.bounceTopic(String bounceTopic) |
The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES publishes 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 publishes complaint notifications.
|
IdentityNotificationAttributes.Builder |
IdentityNotificationAttributes.Builder.deliveryTopic(String deliveryTopic) |
The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES publishes delivery notifications.
|
IdentityNotificationAttributes.Builder |
IdentityNotificationAttributes.Builder.forwardingEnabled(Boolean forwardingEnabled) |
Describes whether Amazon SES forwards 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() |
|