Interface SetIdentityHeadersInNotificationsEnabledRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<SetIdentityHeadersInNotificationsEnabledRequest.Builder,SetIdentityHeadersInNotificationsEnabledRequest>,SdkBuilder<SetIdentityHeadersInNotificationsEnabledRequest.Builder,SetIdentityHeadersInNotificationsEnabledRequest>,SdkPojo,SdkRequest.Builder,SesRequest.Builder
- Enclosing class:
- SetIdentityHeadersInNotificationsEnabledRequest
@Mutable @NotThreadSafe public static interface SetIdentityHeadersInNotificationsEnabledRequest.Builder extends SesRequest.Builder, SdkPojo, CopyableBuilder<SetIdentityHeadersInNotificationsEnabledRequest.Builder,SetIdentityHeadersInNotificationsEnabledRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.ses.model.SesRequest.Builder
build
-
-
-
-
Method Detail
-
identity
SetIdentityHeadersInNotificationsEnabledRequest.Builder identity(String 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
SetIdentityHeadersInNotificationsEnabledRequest.Builder notificationType(String 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,NotificationType
-
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:
NotificationType,NotificationType
-
enabled
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
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
-
-