public static interface PutSuppressedDestinationRequest.Builder extends SesV2Request.Builder, SdkPojo, CopyableBuilder<PutSuppressedDestinationRequest.Builder,PutSuppressedDestinationRequest>
| Modifier and Type | Method and Description |
|---|---|
PutSuppressedDestinationRequest.Builder |
emailAddress(String emailAddress)
The email address that should be added to the suppression list for your account.
|
PutSuppressedDestinationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutSuppressedDestinationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutSuppressedDestinationRequest.Builder |
reason(String reason)
The factors that should cause the email address to be added to the suppression list for your account.
|
PutSuppressedDestinationRequest.Builder |
reason(SuppressionListReason reason)
The factors that should cause the email address to be added to the suppression list for your account.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutSuppressedDestinationRequest.Builder emailAddress(String emailAddress)
The email address that should be added to the suppression list for your account.
emailAddress - The email address that should be added to the suppression list for your account.PutSuppressedDestinationRequest.Builder reason(String reason)
The factors that should cause the email address to be added to the suppression list for your account.
reason - The factors that should cause the email address to be added to the suppression list for your account.SuppressionListReason,
SuppressionListReasonPutSuppressedDestinationRequest.Builder reason(SuppressionListReason reason)
The factors that should cause the email address to be added to the suppression list for your account.
reason - The factors that should cause the email address to be added to the suppression list for your account.SuppressionListReason,
SuppressionListReasonPutSuppressedDestinationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutSuppressedDestinationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.