public static interface PutEmailIdentityFeedbackAttributesRequest.Builder extends SesV2Request.Builder, SdkPojo, CopyableBuilder<PutEmailIdentityFeedbackAttributesRequest.Builder,PutEmailIdentityFeedbackAttributesRequest>
Modifier and Type | Method and Description |
---|---|
PutEmailIdentityFeedbackAttributesRequest.Builder |
emailForwardingEnabled(Boolean emailForwardingEnabled)
Sets the feedback forwarding configuration for the identity.
|
PutEmailIdentityFeedbackAttributesRequest.Builder |
emailIdentity(String emailIdentity)
The email identity.
|
PutEmailIdentityFeedbackAttributesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutEmailIdentityFeedbackAttributesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
PutEmailIdentityFeedbackAttributesRequest.Builder emailIdentity(String emailIdentity)
The email identity.
emailIdentity
- The email identity.PutEmailIdentityFeedbackAttributesRequest.Builder emailForwardingEnabled(Boolean emailForwardingEnabled)
Sets the feedback forwarding configuration for the identity.
If the value is true
, you receive email notifications when bounce or complaint events occur.
These notifications are sent to the address that you specified in the Return-Path
header of the
original email.
You're required to have a method of tracking bounces and complaints. If you haven't set up another mechanism for receiving bounce or complaint notifications (for example, by setting up an event destination), you receive an email notification when these events occur (even if this setting is disabled).
emailForwardingEnabled
- Sets the feedback forwarding configuration for the identity.
If the value is true
, you receive email notifications when bounce or complaint events
occur. These notifications are sent to the address that you specified in the Return-Path
header of the original email.
You're required to have a method of tracking bounces and complaints. If you haven't set up another mechanism for receiving bounce or complaint notifications (for example, by setting up an event destination), you receive an email notification when these events occur (even if this setting is disabled).
PutEmailIdentityFeedbackAttributesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
PutEmailIdentityFeedbackAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2021. All rights reserved.