public static interface SetIdentityHeadersInNotificationsEnabledRequest.Builder extends SesRequest.Builder, SdkPojo, CopyableBuilder<SetIdentityHeadersInNotificationsEnabledRequest.Builder,SetIdentityHeadersInNotificationsEnabledRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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 includes headers in notifications,
and a value of false specifies that Amazon SES does 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 includes headers
in notifications, and a value of false specifies that Amazon SES does 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderSetIdentityHeadersInNotificationsEnabledRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.