public static interface SetIdentityHeadersInNotificationsEnabledRequest.Builder extends SesRequest.Builder, SdkPojo, CopyableBuilder<SetIdentityHeadersInNotificationsEnabledRequest.Builder,SetIdentityHeadersInNotificationsEnabledRequest>
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
SetIdentityHeadersInNotificationsEnabledRequest.Builder identity(String identity)
The identity for which to enable or disable headers in notifications. Examples: [email protected]
, example.com
.
identity
- The identity for which to enable or disable headers in notifications. Examples:
[email protected]
, 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
,
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
,
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.
SetIdentityHeadersInNotificationsEnabledRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
SetIdentityHeadersInNotificationsEnabledRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.