public static interface SetIdentityFeedbackForwardingEnabledRequest.Builder extends SesRequest.Builder, CopyableBuilder<SetIdentityFeedbackForwardingEnabledRequest.Builder,SetIdentityFeedbackForwardingEnabledRequest>
Modifier and Type | Method and 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.
|
SetIdentityFeedbackForwardingEnabledRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
SetIdentityFeedbackForwardingEnabledRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, 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.SetIdentityFeedbackForwardingEnabledRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.SetIdentityFeedbackForwardingEnabledRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.