public static interface SetIdentityFeedbackForwardingEnabledRequest.Builder extends SesRequest.Builder, SdkPojo, 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) |
SetIdentityFeedbackForwardingEnabledRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
SetIdentityFeedbackForwardingEnabledRequest.Builder identity(String identity)
The identity for which to set bounce and complaint notification forwarding. Examples:
[email protected]
, example.com
.
identity
- The identity for which to set bounce and complaint notification forwarding. Examples:
[email protected]
, 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)
overrideConfiguration
in interface AwsRequest.Builder
SetIdentityFeedbackForwardingEnabledRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.