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 will publish bounce notifications.
|
IdentityNotificationAttributes.Builder |
complaintTopic(String complaintTopic)
The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish complaint notifications.
|
IdentityNotificationAttributes.Builder |
deliveryTopic(String deliveryTopic)
The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish delivery notifications.
|
IdentityNotificationAttributes.Builder |
forwardingEnabled(Boolean forwardingEnabled)
Describes whether Amazon SES will forward 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, sdkFields
copy
applyMutation, build
IdentityNotificationAttributes.Builder bounceTopic(String bounceTopic)
The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish bounce notifications.
bounceTopic
- The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish bounce
notifications.IdentityNotificationAttributes.Builder complaintTopic(String complaintTopic)
The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish complaint notifications.
complaintTopic
- The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish complaint
notifications.IdentityNotificationAttributes.Builder deliveryTopic(String deliveryTopic)
The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish delivery notifications.
deliveryTopic
- The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES will publish delivery
notifications.IdentityNotificationAttributes.Builder forwardingEnabled(Boolean forwardingEnabled)
Describes whether Amazon SES will forward bounce and complaint notifications as email. true
indicates that Amazon SES will forward bounce and complaint notifications as email, while false
indicates that bounce and complaint notifications will be published only to the specified bounce and
complaint Amazon SNS topics.
forwardingEnabled
- Describes whether Amazon SES will forward bounce and complaint notifications as email.
true
indicates that Amazon SES will forward bounce and complaint notifications as email,
while false
indicates that bounce and complaint notifications will be 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 will include headers in bounce
notifications, and a value of false
specifies that Amazon SES will 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 will include headers in
bounce notifications, and a value of false
specifies that Amazon SES will 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 will include headers in
complaint notifications, and a value of false
specifies that Amazon SES will 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 will include headers in
complaint notifications, and a value of false
specifies that Amazon SES will 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 will include headers in
delivery notifications, and a value of false
specifies that Amazon SES will 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 will include headers in
delivery notifications, and a value of false
specifies that Amazon SES will not include
headers in delivery notifications.Copyright © 2023. All rights reserved.