Interface SetIdentityFeedbackForwardingEnabledRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<SetIdentityFeedbackForwardingEnabledRequest.Builder,SetIdentityFeedbackForwardingEnabledRequest>,SdkBuilder<SetIdentityFeedbackForwardingEnabledRequest.Builder,SetIdentityFeedbackForwardingEnabledRequest>,SdkPojo,SdkRequest.Builder,SesRequest.Builder
- Enclosing class:
- SetIdentityFeedbackForwardingEnabledRequest
public static interface SetIdentityFeedbackForwardingEnabledRequest.Builder extends SesRequest.Builder, SdkPojo, CopyableBuilder<SetIdentityFeedbackForwardingEnabledRequest.Builder,SetIdentityFeedbackForwardingEnabledRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SetIdentityFeedbackForwardingEnabledRequest.BuilderforwardingEnabled(Boolean forwardingEnabled)Sets whether Amazon SES forwards bounce and complaint notifications as email.SetIdentityFeedbackForwardingEnabledRequest.Builderidentity(String identity)The identity for which to set bounce and complaint notification forwarding.SetIdentityFeedbackForwardingEnabledRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)SetIdentityFeedbackForwardingEnabledRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.ses.model.SesRequest.Builder
build
-
-
-
-
Method Detail
-
identity
SetIdentityFeedbackForwardingEnabledRequest.Builder identity(String identity)
The identity for which to set bounce and complaint notification forwarding. Examples:
user@example.com,example.com.- Parameters:
identity- The identity for which to set bounce and complaint notification forwarding. Examples:user@example.com,example.com.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
forwardingEnabled
SetIdentityFeedbackForwardingEnabledRequest.Builder forwardingEnabled(Boolean forwardingEnabled)
Sets whether Amazon SES forwards bounce and complaint notifications as email.
truespecifies that Amazon SES forwards bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified.falsespecifies that Amazon SES publishes bounce and complaint notifications only through Amazon SNS. This value can only be set tofalsewhen Amazon SNS topics are set for bothBounceandComplaintnotification types.- Parameters:
forwardingEnabled- Sets whether Amazon SES forwards bounce and complaint notifications as email.truespecifies that Amazon SES forwards bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified.falsespecifies that Amazon SES publishes bounce and complaint notifications only through Amazon SNS. This value can only be set tofalsewhen Amazon SNS topics are set for bothBounceandComplaintnotification types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
SetIdentityFeedbackForwardingEnabledRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
SetIdentityFeedbackForwardingEnabledRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-