public static interface IdentityNotificationAttributes.Builder extends SdkPojo, CopyableBuilder<IdentityNotificationAttributes.Builder,IdentityNotificationAttributes>
| Modifier and Type | Method and Description |
|---|---|
IdentityNotificationAttributes.Builder |
bounceTopic(String bounceTopic)
The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES publishes bounce notifications.
|
IdentityNotificationAttributes.Builder |
complaintTopic(String complaintTopic)
The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES publishes complaint notifications.
|
IdentityNotificationAttributes.Builder |
deliveryTopic(String deliveryTopic)
The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES publishes delivery notifications.
|
IdentityNotificationAttributes.Builder |
forwardingEnabled(Boolean forwardingEnabled)
Describes whether Amazon SES forwards bounce and complaint notifications as email.
|
IdentityNotificationAttributes.Builder |
headersInBounceNotificationsEnabled(Boolean headersInBounceNotificationsEnabled)
Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type
Bounce. |
IdentityNotificationAttributes.Builder |
headersInComplaintNotificationsEnabled(Boolean headersInComplaintNotificationsEnabled)
Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type
Complaint. |
IdentityNotificationAttributes.Builder |
headersInDeliveryNotificationsEnabled(Boolean headersInDeliveryNotificationsEnabled)
Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type
Delivery. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIdentityNotificationAttributes.Builder bounceTopic(String bounceTopic)
The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES publishes bounce notifications.
bounceTopic - The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES publishes bounce
notifications.IdentityNotificationAttributes.Builder complaintTopic(String complaintTopic)
The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES publishes complaint notifications.
complaintTopic - The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES publishes complaint
notifications.IdentityNotificationAttributes.Builder deliveryTopic(String deliveryTopic)
The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES publishes delivery notifications.
deliveryTopic - The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES publishes delivery
notifications.IdentityNotificationAttributes.Builder forwardingEnabled(Boolean forwardingEnabled)
Describes whether Amazon SES forwards bounce and complaint notifications as email. true
indicates that Amazon SES forwards bounce and complaint notifications as email, while false
indicates that bounce and complaint notifications are published only to the specified bounce and complaint
Amazon SNS topics.
forwardingEnabled - Describes whether Amazon SES forwards bounce and complaint notifications as email. true
indicates that Amazon SES forwards bounce and complaint notifications as email, while
false indicates that bounce and complaint notifications are published only to the
specified bounce and complaint Amazon SNS topics.IdentityNotificationAttributes.Builder headersInBounceNotificationsEnabled(Boolean headersInBounceNotificationsEnabled)
Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type
Bounce. A value of true specifies that Amazon SES includes headers in bounce
notifications, and a value of false specifies that Amazon SES does not include headers in bounce
notifications.
headersInBounceNotificationsEnabled - Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type
Bounce. A value of true specifies that Amazon SES includes headers in bounce
notifications, and a value of false specifies that Amazon SES does not include headers in
bounce notifications.IdentityNotificationAttributes.Builder headersInComplaintNotificationsEnabled(Boolean headersInComplaintNotificationsEnabled)
Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type
Complaint. A value of true specifies that Amazon SES includes headers in complaint
notifications, and a value of false specifies that Amazon SES does not include headers in
complaint notifications.
headersInComplaintNotificationsEnabled - Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type
Complaint. A value of true specifies that Amazon SES includes headers in
complaint notifications, and a value of false specifies that Amazon SES does not include
headers in complaint notifications.IdentityNotificationAttributes.Builder headersInDeliveryNotificationsEnabled(Boolean headersInDeliveryNotificationsEnabled)
Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type
Delivery. A value of true specifies that Amazon SES includes headers in delivery
notifications, and a value of false specifies that Amazon SES does not include headers in
delivery notifications.
headersInDeliveryNotificationsEnabled - Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type
Delivery. A value of true specifies that Amazon SES includes headers in
delivery notifications, and a value of false specifies that Amazon SES does not include
headers in delivery notifications.Copyright © 2023. All rights reserved.