Interface DeleteSuppressedDestinationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteSuppressedDestinationRequest.Builder,,DeleteSuppressedDestinationRequest> SdkBuilder<DeleteSuppressedDestinationRequest.Builder,,DeleteSuppressedDestinationRequest> SdkPojo,SdkRequest.Builder,SesV2Request.Builder
- Enclosing class:
DeleteSuppressedDestinationRequest
@Mutable
@NotThreadSafe
public static interface DeleteSuppressedDestinationRequest.Builder
extends SesV2Request.Builder, SdkPojo, CopyableBuilder<DeleteSuppressedDestinationRequest.Builder,DeleteSuppressedDestinationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionemailAddress(String emailAddress) The suppressed email destination to remove from 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.tenantName(String tenantName) The name of the tenant whose suppression list you want to remove the address from.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 suppressed email destination to remove from the suppression list for your account or for the specified tenant.
- Parameters:
emailAddress- The suppressed email destination to remove from 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.
-
tenantName
The name of the tenant whose suppression list you want to remove the address from. If you omit this parameter, the address is removed from the account-level suppression list.
- Parameters:
tenantName- The name of the tenant whose suppression list you want to remove the address from. If you omit this parameter, the address is removed from the account-level suppression list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteSuppressedDestinationRequest.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
DeleteSuppressedDestinationRequest.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.
-