public static interface PutConfigurationSetSuppressionOptionsRequest.Builder extends SesV2Request.Builder, SdkPojo, CopyableBuilder<PutConfigurationSetSuppressionOptionsRequest.Builder,PutConfigurationSetSuppressionOptionsRequest>
Modifier and Type | Method and Description |
---|---|
PutConfigurationSetSuppressionOptionsRequest.Builder |
configurationSetName(String configurationSetName)
The name of the configuration set to change the suppression list preferences for.
|
PutConfigurationSetSuppressionOptionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutConfigurationSetSuppressionOptionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutConfigurationSetSuppressionOptionsRequest.Builder |
suppressedReasons(Collection<SuppressionListReason> suppressedReasons)
A list that contains the reasons that email addresses are automatically added to the suppression list for
your account.
|
PutConfigurationSetSuppressionOptionsRequest.Builder |
suppressedReasons(SuppressionListReason... suppressedReasons)
A list that contains the reasons that email addresses are automatically added to the suppression list for
your account.
|
PutConfigurationSetSuppressionOptionsRequest.Builder |
suppressedReasonsWithStrings(Collection<String> suppressedReasons)
A list that contains the reasons that email addresses are automatically added to the suppression list for
your account.
|
PutConfigurationSetSuppressionOptionsRequest.Builder |
suppressedReasonsWithStrings(String... suppressedReasons)
A list that contains the reasons that email addresses are automatically added to the suppression list for
your account.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
PutConfigurationSetSuppressionOptionsRequest.Builder configurationSetName(String configurationSetName)
The name of the configuration set to change the suppression list preferences for.
configurationSetName
- The name of the configuration set to change the suppression list preferences for.PutConfigurationSetSuppressionOptionsRequest.Builder suppressedReasonsWithStrings(Collection<String> suppressedReasons)
A list that contains the reasons that email addresses are automatically added to the suppression list for your account. This list can contain any or all of the following:
COMPLAINT
– Amazon SES adds an email address to the suppression list for your account when a
message sent to that address results in a complaint.
BOUNCE
– Amazon SES adds an email address to the suppression list for your account when a
message sent to that address results in a hard bounce.
suppressedReasons
- A list that contains the reasons that email addresses are automatically added to the suppression list
for your account. This list can contain any or all of the following:
COMPLAINT
– Amazon SES adds an email address to the suppression list for your account
when a message sent to that address results in a complaint.
BOUNCE
– Amazon SES adds an email address to the suppression list for your account when a
message sent to that address results in a hard bounce.
PutConfigurationSetSuppressionOptionsRequest.Builder suppressedReasonsWithStrings(String... suppressedReasons)
A list that contains the reasons that email addresses are automatically added to the suppression list for your account. This list can contain any or all of the following:
COMPLAINT
– Amazon SES adds an email address to the suppression list for your account when a
message sent to that address results in a complaint.
BOUNCE
– Amazon SES adds an email address to the suppression list for your account when a
message sent to that address results in a hard bounce.
suppressedReasons
- A list that contains the reasons that email addresses are automatically added to the suppression list
for your account. This list can contain any or all of the following:
COMPLAINT
– Amazon SES adds an email address to the suppression list for your account
when a message sent to that address results in a complaint.
BOUNCE
– Amazon SES adds an email address to the suppression list for your account when a
message sent to that address results in a hard bounce.
PutConfigurationSetSuppressionOptionsRequest.Builder suppressedReasons(Collection<SuppressionListReason> suppressedReasons)
A list that contains the reasons that email addresses are automatically added to the suppression list for your account. This list can contain any or all of the following:
COMPLAINT
– Amazon SES adds an email address to the suppression list for your account when a
message sent to that address results in a complaint.
BOUNCE
– Amazon SES adds an email address to the suppression list for your account when a
message sent to that address results in a hard bounce.
suppressedReasons
- A list that contains the reasons that email addresses are automatically added to the suppression list
for your account. This list can contain any or all of the following:
COMPLAINT
– Amazon SES adds an email address to the suppression list for your account
when a message sent to that address results in a complaint.
BOUNCE
– Amazon SES adds an email address to the suppression list for your account when a
message sent to that address results in a hard bounce.
PutConfigurationSetSuppressionOptionsRequest.Builder suppressedReasons(SuppressionListReason... suppressedReasons)
A list that contains the reasons that email addresses are automatically added to the suppression list for your account. This list can contain any or all of the following:
COMPLAINT
– Amazon SES adds an email address to the suppression list for your account when a
message sent to that address results in a complaint.
BOUNCE
– Amazon SES adds an email address to the suppression list for your account when a
message sent to that address results in a hard bounce.
suppressedReasons
- A list that contains the reasons that email addresses are automatically added to the suppression list
for your account. This list can contain any or all of the following:
COMPLAINT
– Amazon SES adds an email address to the suppression list for your account
when a message sent to that address results in a complaint.
BOUNCE
– Amazon SES adds an email address to the suppression list for your account when a
message sent to that address results in a hard bounce.
PutConfigurationSetSuppressionOptionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
PutConfigurationSetSuppressionOptionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.