Interface PutSuppressedDestinationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<PutSuppressedDestinationRequest.Builder,,PutSuppressedDestinationRequest> SdkBuilder<PutSuppressedDestinationRequest.Builder,,PutSuppressedDestinationRequest> SdkPojo,SdkRequest.Builder,SesV2Request.Builder
- Enclosing class:
PutSuppressedDestinationRequest
@Mutable
@NotThreadSafe
public static interface PutSuppressedDestinationRequest.Builder
extends SesV2Request.Builder, SdkPojo, CopyableBuilder<PutSuppressedDestinationRequest.Builder,PutSuppressedDestinationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionemailAddress(String emailAddress) The email address that should be added to the suppression list for your account or for the specified tenant.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The factors that should cause the email address to be added to the suppression list for your account or for the specified tenant.reason(SuppressionListReason reason) The factors that should cause the email address to be added to the suppression list for your account or for the specified tenant.tenantName(String tenantName) The name of the tenant whose suppression list you want to add the address to.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.sesv2.model.SesV2Request.Builder
build
-
Method Details
-
emailAddress
The email address that should be added to the suppression list for your account or for the specified tenant.
- Parameters:
emailAddress- The email address that should be added to the suppression list for your account or for the specified tenant.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reason
The factors that should cause the email address to be added to the suppression list for your account or for the specified tenant.
- Parameters:
reason- The factors that should cause the email address to be added to the suppression list for your account or for the specified tenant.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
reason
The factors that should cause the email address to be added to the suppression list for your account or for the specified tenant.
- Parameters:
reason- The factors that should cause the email address to be added to the suppression list for your account or for the specified tenant.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tenantName
The name of the tenant whose suppression list you want to add the address to. If you omit this parameter, the address is added to the account-level suppression list.
- Parameters:
tenantName- The name of the tenant whose suppression list you want to add the address to. If you omit this parameter, the address is added to the account-level suppression list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
PutSuppressedDestinationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
PutSuppressedDestinationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-