@Generated(value="software.amazon.awssdk:codegen") public final class PutEmailIdentityMailFromAttributesRequest extends SesV2Request implements ToCopyableBuilder<PutEmailIdentityMailFromAttributesRequest.Builder,PutEmailIdentityMailFromAttributesRequest>
A request to configure the custom MAIL FROM domain for a verified identity.
Modifier and Type | Class and Description |
---|---|
static interface |
PutEmailIdentityMailFromAttributesRequest.Builder |
Modifier and Type | Method and Description |
---|---|
BehaviorOnMxFailure |
behaviorOnMxFailure()
The action that you want to take if the required MX record isn't found when you send an email.
|
String |
behaviorOnMxFailureAsString()
The action that you want to take if the required MX record isn't found when you send an email.
|
static PutEmailIdentityMailFromAttributesRequest.Builder |
builder() |
String |
emailIdentity()
The verified email identity that you want to set up the custom MAIL FROM domain for.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
mailFromDomain()
The custom MAIL FROM domain that you want the verified identity to use.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PutEmailIdentityMailFromAttributesRequest.Builder> |
serializableBuilderClass() |
PutEmailIdentityMailFromAttributesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String emailIdentity()
The verified email identity that you want to set up the custom MAIL FROM domain for.
public String mailFromDomain()
The custom MAIL FROM domain that you want the verified identity to use. The MAIL FROM domain must meet the following criteria:
It has to be a subdomain of the verified identity.
It can't be used to receive email.
It can't be used in a "From" address if the MAIL FROM domain is a destination for feedback forwarding emails.
It has to be a subdomain of the verified identity.
It can't be used to receive email.
It can't be used in a "From" address if the MAIL FROM domain is a destination for feedback forwarding emails.
public BehaviorOnMxFailure behaviorOnMxFailure()
The action that you want to take if the required MX record isn't found when you send an email. When you set this
value to UseDefaultValue
, the mail is sent using amazonses.com as the MAIL FROM domain. When
you set this value to RejectMessage
, the Amazon SES API v2 returns a
MailFromDomainNotVerified
error, and doesn't attempt to deliver the email.
These behaviors are taken when the custom MAIL FROM domain configuration is in the Pending
,
Failed
, and TemporaryFailure
states.
If the service returns an enum value that is not available in the current SDK version,
behaviorOnMxFailure
will return BehaviorOnMxFailure.UNKNOWN_TO_SDK_VERSION
. The raw value
returned by the service is available from behaviorOnMxFailureAsString()
.
UseDefaultValue
, the mail is sent using amazonses.com as the MAIL
FROM domain. When you set this value to RejectMessage
, the Amazon SES API v2 returns a
MailFromDomainNotVerified
error, and doesn't attempt to deliver the email.
These behaviors are taken when the custom MAIL FROM domain configuration is in the Pending
,
Failed
, and TemporaryFailure
states.
BehaviorOnMxFailure
public String behaviorOnMxFailureAsString()
The action that you want to take if the required MX record isn't found when you send an email. When you set this
value to UseDefaultValue
, the mail is sent using amazonses.com as the MAIL FROM domain. When
you set this value to RejectMessage
, the Amazon SES API v2 returns a
MailFromDomainNotVerified
error, and doesn't attempt to deliver the email.
These behaviors are taken when the custom MAIL FROM domain configuration is in the Pending
,
Failed
, and TemporaryFailure
states.
If the service returns an enum value that is not available in the current SDK version,
behaviorOnMxFailure
will return BehaviorOnMxFailure.UNKNOWN_TO_SDK_VERSION
. The raw value
returned by the service is available from behaviorOnMxFailureAsString()
.
UseDefaultValue
, the mail is sent using amazonses.com as the MAIL
FROM domain. When you set this value to RejectMessage
, the Amazon SES API v2 returns a
MailFromDomainNotVerified
error, and doesn't attempt to deliver the email.
These behaviors are taken when the custom MAIL FROM domain configuration is in the Pending
,
Failed
, and TemporaryFailure
states.
BehaviorOnMxFailure
public PutEmailIdentityMailFromAttributesRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<PutEmailIdentityMailFromAttributesRequest.Builder,PutEmailIdentityMailFromAttributesRequest>
toBuilder
in class SesV2Request
public static PutEmailIdentityMailFromAttributesRequest.Builder builder()
public static Class<? extends PutEmailIdentityMailFromAttributesRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode
in class AwsRequest
public boolean equals(Object obj)
equals
in class AwsRequest
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2020. All rights reserved.