Interface SetIdentityHeadersInNotificationsEnabledRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<SetIdentityHeadersInNotificationsEnabledRequest.Builder,,SetIdentityHeadersInNotificationsEnabledRequest> SdkBuilder<SetIdentityHeadersInNotificationsEnabledRequest.Builder,,SetIdentityHeadersInNotificationsEnabledRequest> SdkPojo,SdkRequest.Builder,SesRequest.Builder
- Enclosing class:
- SetIdentityHeadersInNotificationsEnabledRequest
-
Method Summary
Modifier and TypeMethodDescriptionSets whether Amazon SES includes the original email headers in Amazon SNS notifications of the specified notification type.The identity for which to enable or disable headers in notifications.notificationType(String notificationType) The notification type for which to enable or disable headers in notifications.notificationType(NotificationType notificationType) The notification type for which to enable or disable headers in notifications.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.ses.model.SesRequest.Builder
build
-
Method Details
-
identity
The identity for which to enable or disable headers in notifications. Examples:
user@example.com,example.com.- Parameters:
identity- The identity for which to enable or disable headers in notifications. Examples:user@example.com,example.com.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notificationType
The notification type for which to enable or disable headers in notifications.
- Parameters:
notificationType- The notification type for which to enable or disable headers in notifications.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
notificationType
SetIdentityHeadersInNotificationsEnabledRequest.Builder notificationType(NotificationType notificationType) The notification type for which to enable or disable headers in notifications.
- Parameters:
notificationType- The notification type for which to enable or disable headers in notifications.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
enabled
Sets whether Amazon SES includes the original email headers in Amazon SNS notifications of the specified notification type. A value of
truespecifies that Amazon SES includes headers in notifications, and a value offalsespecifies that Amazon SES does not include headers in notifications.This value can only be set when
NotificationTypeis already set to use a particular Amazon SNS topic.- Parameters:
enabled- Sets whether Amazon SES includes the original email headers in Amazon SNS notifications of the specified notification type. A value oftruespecifies that Amazon SES includes headers in notifications, and a value offalsespecifies that Amazon SES does not include headers in notifications.This value can only be set when
NotificationTypeis already set to use a particular Amazon SNS topic.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
SetIdentityHeadersInNotificationsEnabledRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
SetIdentityHeadersInNotificationsEnabledRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-