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.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
PutSuppressedDestinationRequest.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
,
SuppressionListReason
PutSuppressedDestinationRequest.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
,
SuppressionListReason
PutSuppressedDestinationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
PutSuppressedDestinationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.