public static interface SetIdentityHeadersInNotificationsEnabledRequest.Builder extends SESRequest.Builder, CopyableBuilder<SetIdentityHeadersInNotificationsEnabledRequest.Builder,SetIdentityHeadersInNotificationsEnabledRequest>
| Modifier and Type | Method and 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(NotificationType notificationType)
The notification type 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
SetIdentityHeadersInNotificationsEnabledRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildSetIdentityHeadersInNotificationsEnabledRequest.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,
NotificationTypeSetIdentityHeadersInNotificationsEnabledRequest.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,
NotificationTypeSetIdentityHeadersInNotificationsEnabledRequest.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.
SetIdentityHeadersInNotificationsEnabledRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.SetIdentityHeadersInNotificationsEnabledRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.