Class MailFromAttributes
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<MailFromAttributes.Builder,- MailFromAttributes> 
A list of attributes that are associated with a MAIL FROM domain.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionfinal BehaviorOnMxFailureThe action to take if the required MX record can't be found when you send an email.final StringThe action to take if the required MX record can't be found when you send an email.static MailFromAttributes.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe name of a domain that an email identity uses as a custom MAIL FROM domain.final MailFromDomainStatusThe status of the MAIL FROM domain.final StringThe status of the MAIL FROM domain.static Class<? extends MailFromAttributes.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
mailFromDomainThe name of a domain that an email identity uses as a custom MAIL FROM domain. - Returns:
- The name of a domain that an email identity uses as a custom MAIL FROM domain.
 
- 
mailFromDomainStatusThe status of the MAIL FROM domain. This status can have the following values: - 
 PENDING– Amazon SES hasn't started searching for the MX record yet.
- 
 SUCCESS– Amazon SES detected the required MX record for the MAIL FROM domain.
- 
 FAILED– Amazon SES can't find the required MX record, or the record no longer exists.
- 
 TEMPORARY_FAILURE– A temporary issue occurred, which prevented Amazon SES from determining the status of the MAIL FROM domain.
 If the service returns an enum value that is not available in the current SDK version, mailFromDomainStatuswill returnMailFromDomainStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommailFromDomainStatusAsString().- Returns:
- The status of the MAIL FROM domain. This status can have the following values:
         - 
         PENDING– Amazon SES hasn't started searching for the MX record yet.
- 
         SUCCESS– Amazon SES detected the required MX record for the MAIL FROM domain.
- 
         FAILED– Amazon SES can't find the required MX record, or the record no longer exists.
- 
         TEMPORARY_FAILURE– A temporary issue occurred, which prevented Amazon SES from determining the status of the MAIL FROM domain.
 
- 
         
- See Also:
 
- 
 
- 
mailFromDomainStatusAsStringThe status of the MAIL FROM domain. This status can have the following values: - 
 PENDING– Amazon SES hasn't started searching for the MX record yet.
- 
 SUCCESS– Amazon SES detected the required MX record for the MAIL FROM domain.
- 
 FAILED– Amazon SES can't find the required MX record, or the record no longer exists.
- 
 TEMPORARY_FAILURE– A temporary issue occurred, which prevented Amazon SES from determining the status of the MAIL FROM domain.
 If the service returns an enum value that is not available in the current SDK version, mailFromDomainStatuswill returnMailFromDomainStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommailFromDomainStatusAsString().- Returns:
- The status of the MAIL FROM domain. This status can have the following values:
         - 
         PENDING– Amazon SES hasn't started searching for the MX record yet.
- 
         SUCCESS– Amazon SES detected the required MX record for the MAIL FROM domain.
- 
         FAILED– Amazon SES can't find the required MX record, or the record no longer exists.
- 
         TEMPORARY_FAILURE– A temporary issue occurred, which prevented Amazon SES from determining the status of the MAIL FROM domain.
 
- 
         
- See Also:
 
- 
 
- 
behaviorOnMxFailureThe action to take if the required MX record can't be found when you send an email. When you set this value to USE_DEFAULT_VALUE, the mail is sent using amazonses.com as the MAIL FROM domain. When you set this value toREJECT_MESSAGE, the Amazon SES API v2 returns aMailFromDomainNotVerifiederror, and doesn't attempt to deliver the email.These behaviors are taken when the custom MAIL FROM domain configuration is in the Pending,Failed, andTemporaryFailurestates.If the service returns an enum value that is not available in the current SDK version, behaviorOnMxFailurewill returnBehaviorOnMxFailure.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frombehaviorOnMxFailureAsString().- Returns:
- The action to take if the required MX record can't be found when you send an email. When you set this
         value to USE_DEFAULT_VALUE, the mail is sent using amazonses.com as the MAIL FROM domain. When you set this value toREJECT_MESSAGE, the Amazon SES API v2 returns aMailFromDomainNotVerifiederror, and doesn't attempt to deliver the email.These behaviors are taken when the custom MAIL FROM domain configuration is in the Pending,Failed, andTemporaryFailurestates.
- See Also:
 
- 
behaviorOnMxFailureAsStringThe action to take if the required MX record can't be found when you send an email. When you set this value to USE_DEFAULT_VALUE, the mail is sent using amazonses.com as the MAIL FROM domain. When you set this value toREJECT_MESSAGE, the Amazon SES API v2 returns aMailFromDomainNotVerifiederror, and doesn't attempt to deliver the email.These behaviors are taken when the custom MAIL FROM domain configuration is in the Pending,Failed, andTemporaryFailurestates.If the service returns an enum value that is not available in the current SDK version, behaviorOnMxFailurewill returnBehaviorOnMxFailure.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frombehaviorOnMxFailureAsString().- Returns:
- The action to take if the required MX record can't be found when you send an email. When you set this
         value to USE_DEFAULT_VALUE, the mail is sent using amazonses.com as the MAIL FROM domain. When you set this value toREJECT_MESSAGE, the Amazon SES API v2 returns aMailFromDomainNotVerifiederror, and doesn't attempt to deliver the email.These behaviors are taken when the custom MAIL FROM domain configuration is in the Pending,Failed, andTemporaryFailurestates.
- See Also:
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<MailFromAttributes.Builder,- MailFromAttributes> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-