CopyableBuilder<SetIdentityFeedbackForwardingEnabledRequest.Builder,SetIdentityFeedbackForwardingEnabledRequest>
, SdkBuilder<SetIdentityFeedbackForwardingEnabledRequest.Builder,SetIdentityFeedbackForwardingEnabledRequest>
public static interface SetIdentityFeedbackForwardingEnabledRequest.Builder extends CopyableBuilder<SetIdentityFeedbackForwardingEnabledRequest.Builder,SetIdentityFeedbackForwardingEnabledRequest>
Modifier and Type | Method | Description |
---|---|---|
SetIdentityFeedbackForwardingEnabledRequest.Builder |
forwardingEnabled(Boolean forwardingEnabled) |
Sets whether Amazon SES will forward bounce and complaint notifications as email.
|
SetIdentityFeedbackForwardingEnabledRequest.Builder |
identity(String identity) |
The identity for which to set bounce and complaint notification forwarding.
|
copy
apply, build
SetIdentityFeedbackForwardingEnabledRequest.Builder identity(String identity)
The identity for which to set bounce and complaint notification forwarding. Examples:
user@example.com
, example.com
.
identity
- The identity for which to set bounce and complaint notification forwarding. Examples:
user@example.com
, example.com
.SetIdentityFeedbackForwardingEnabledRequest.Builder forwardingEnabled(Boolean forwardingEnabled)
Sets whether Amazon SES will forward bounce and complaint notifications as email. true
specifies
that Amazon SES will forward bounce and complaint notifications as email, in addition to any Amazon SNS topic
publishing otherwise specified. false
specifies that Amazon SES will publish bounce and
complaint notifications only through Amazon SNS. This value can only be set to false
when Amazon
SNS topics are set for both Bounce
and Complaint
notification types.
forwardingEnabled
- Sets whether Amazon SES will forward bounce and complaint notifications as email. true
specifies that Amazon SES will forward bounce and complaint notifications as email, in addition to any
Amazon SNS topic publishing otherwise specified. false
specifies that Amazon SES will
publish bounce and complaint notifications only through Amazon SNS. This value can only be set to
false
when Amazon SNS topics are set for both Bounce
and
Complaint
notification types.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.