Interface GetSuppressedDestinationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetSuppressedDestinationRequest.Builder,,GetSuppressedDestinationRequest> SdkBuilder<GetSuppressedDestinationRequest.Builder,,GetSuppressedDestinationRequest> SdkPojo,SdkRequest.Builder,SesV2Request.Builder
- Enclosing class:
- GetSuppressedDestinationRequest
@Mutable
@NotThreadSafe
public static interface GetSuppressedDestinationRequest.Builder
extends SesV2Request.Builder, SdkPojo, CopyableBuilder<GetSuppressedDestinationRequest.Builder,GetSuppressedDestinationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionemailAddress(String emailAddress) The email address that's on the suppression list for your account or for the specified tenant.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) tenantName(String tenantName) The name of the tenant whose suppression list you want to query.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's on the suppression list for your account or for the specified tenant.
- Parameters:
emailAddress- The email address that's on 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 query. If you omit this parameter, the operation targets the account-level suppression list.
- Parameters:
tenantName- The name of the tenant whose suppression list you want to query. If you omit this parameter, the operation targets the account-level suppression list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetSuppressedDestinationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetSuppressedDestinationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-