CopyableBuilder<SetIdentityHeadersInNotificationsEnabledRequest.Builder,SetIdentityHeadersInNotificationsEnabledRequest>
, SdkBuilder<SetIdentityHeadersInNotificationsEnabledRequest.Builder,SetIdentityHeadersInNotificationsEnabledRequest>
public static interface SetIdentityHeadersInNotificationsEnabledRequest.Builder extends CopyableBuilder<SetIdentityHeadersInNotificationsEnabledRequest.Builder,SetIdentityHeadersInNotificationsEnabledRequest>
Modifier and Type | Method | Description |
---|---|---|
SetIdentityHeadersInNotificationsEnabledRequest.Builder |
enabled(Boolean enabled) |
Sets whether Amazon SES includes the original email headers in Amazon SNS notifications of the specified
notification type.
|
SetIdentityHeadersInNotificationsEnabledRequest.Builder |
identity(String identity) |
The identity for which to enable or disable headers in notifications.
|
SetIdentityHeadersInNotificationsEnabledRequest.Builder |
notificationType(String notificationType) |
The notification type for which to enable or disable headers in notifications.
|
SetIdentityHeadersInNotificationsEnabledRequest.Builder |
notificationType(NotificationType notificationType) |
The notification type for which to enable or disable headers in notifications.
|
copy
apply, build
SetIdentityHeadersInNotificationsEnabledRequest.Builder identity(String identity)
The identity for which to enable or disable headers in notifications. Examples: user@example.com
, example.com
.
identity
- The identity for which to enable or disable headers in notifications. Examples:
user@example.com
, example.com
.SetIdentityHeadersInNotificationsEnabledRequest.Builder notificationType(String notificationType)
The notification type for which to enable or disable headers in notifications.
notificationType
- The notification type for which to enable or disable headers in notifications.NotificationType
SetIdentityHeadersInNotificationsEnabledRequest.Builder notificationType(NotificationType notificationType)
The notification type for which to enable or disable headers in notifications.
notificationType
- The notification type for which to enable or disable headers in notifications.NotificationType
SetIdentityHeadersInNotificationsEnabledRequest.Builder enabled(Boolean enabled)
Sets whether Amazon SES includes the original email headers in Amazon SNS notifications of the specified
notification type. A value of true
specifies that Amazon SES will include headers in
notifications, and a value of false
specifies that Amazon SES will not include headers in
notifications.
This value can only be set when NotificationType
is already set to use a particular Amazon SNS
topic.
enabled
- Sets whether Amazon SES includes the original email headers in Amazon SNS notifications of the
specified notification type. A value of true
specifies that Amazon SES will include
headers in notifications, and a value of false
specifies that Amazon SES will not include
headers in notifications.
This value can only be set when NotificationType
is already set to use a particular
Amazon SNS topic.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.