Class IdentityDkimAttributes
- java.lang.Object
-
- com.amazonaws.services.simpleemail.model.IdentityDkimAttributes
-
- All Implemented Interfaces:
Serializable,Cloneable
public class IdentityDkimAttributes extends Object implements Serializable, Cloneable
Represents the DKIM attributes of a verified email address or a domain.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IdentityDkimAttributes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IdentityDkimAttributesclone()booleanequals(Object obj)BooleangetDkimEnabled()True if DKIM signing is enabled for email sent from the identity; false otherwise.List<String>getDkimTokens()A set of character strings that represent the domain's identity.StringgetDkimVerificationStatus()Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS.inthashCode()BooleanisDkimEnabled()True if DKIM signing is enabled for email sent from the identity; false otherwise.voidsetDkimEnabled(Boolean dkimEnabled)True if DKIM signing is enabled for email sent from the identity; false otherwise.voidsetDkimTokens(Collection<String> dkimTokens)A set of character strings that represent the domain's identity.voidsetDkimVerificationStatus(VerificationStatus dkimVerificationStatus)Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS.voidsetDkimVerificationStatus(String dkimVerificationStatus)Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS.StringtoString()Returns a string representation of this object; useful for testing and debugging.IdentityDkimAttributeswithDkimEnabled(Boolean dkimEnabled)True if DKIM signing is enabled for email sent from the identity; false otherwise.IdentityDkimAttributeswithDkimTokens(String... dkimTokens)A set of character strings that represent the domain's identity.IdentityDkimAttributeswithDkimTokens(Collection<String> dkimTokens)A set of character strings that represent the domain's identity.IdentityDkimAttributeswithDkimVerificationStatus(VerificationStatus dkimVerificationStatus)Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS.IdentityDkimAttributeswithDkimVerificationStatus(String dkimVerificationStatus)Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS.
-
-
-
Method Detail
-
setDkimEnabled
public void setDkimEnabled(Boolean dkimEnabled)
True if DKIM signing is enabled for email sent from the identity; false otherwise.
- Parameters:
dkimEnabled- True if DKIM signing is enabled for email sent from the identity; false otherwise.
-
getDkimEnabled
public Boolean getDkimEnabled()
True if DKIM signing is enabled for email sent from the identity; false otherwise.
- Returns:
- True if DKIM signing is enabled for email sent from the identity; false otherwise.
-
withDkimEnabled
public IdentityDkimAttributes withDkimEnabled(Boolean dkimEnabled)
True if DKIM signing is enabled for email sent from the identity; false otherwise.
- Parameters:
dkimEnabled- True if DKIM signing is enabled for email sent from the identity; false otherwise.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isDkimEnabled
public Boolean isDkimEnabled()
True if DKIM signing is enabled for email sent from the identity; false otherwise.
- Returns:
- True if DKIM signing is enabled for email sent from the identity; false otherwise.
-
setDkimVerificationStatus
public void setDkimVerificationStatus(String dkimVerificationStatus)
Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS. (This only applies to domain identities, not email address identities.)
- Parameters:
dkimVerificationStatus- Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS. (This only applies to domain identities, not email address identities.)- See Also:
VerificationStatus
-
getDkimVerificationStatus
public String getDkimVerificationStatus()
Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS. (This only applies to domain identities, not email address identities.)
- Returns:
- Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS. (This only applies to domain identities, not email address identities.)
- See Also:
VerificationStatus
-
withDkimVerificationStatus
public IdentityDkimAttributes withDkimVerificationStatus(String dkimVerificationStatus)
Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS. (This only applies to domain identities, not email address identities.)
- Parameters:
dkimVerificationStatus- Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS. (This only applies to domain identities, not email address identities.)- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VerificationStatus
-
setDkimVerificationStatus
public void setDkimVerificationStatus(VerificationStatus dkimVerificationStatus)
Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS. (This only applies to domain identities, not email address identities.)
- Parameters:
dkimVerificationStatus- Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS. (This only applies to domain identities, not email address identities.)- See Also:
VerificationStatus
-
withDkimVerificationStatus
public IdentityDkimAttributes withDkimVerificationStatus(VerificationStatus dkimVerificationStatus)
Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS. (This only applies to domain identities, not email address identities.)
- Parameters:
dkimVerificationStatus- Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS. (This only applies to domain identities, not email address identities.)- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VerificationStatus
-
getDkimTokens
public List<String> getDkimTokens()
A set of character strings that represent the domain's identity. Using these tokens, you will need to create DNS CNAME records that point to DKIM public keys hosted by Amazon SES. Amazon Web Services will eventually detect that you have updated your DNS records; this detection process may take up to 72 hours. Upon successful detection, Amazon SES will be able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)
For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide.
- Returns:
- A set of character strings that represent the domain's identity.
Using these tokens, you will need to create DNS CNAME records
that point to DKIM public keys hosted by Amazon SES. Amazon Web
Services will eventually detect that you have updated your DNS
records; this detection process may take up to 72 hours. Upon
successful detection, Amazon SES will be able to DKIM-sign email
originating from that domain. (This only applies to domain
identities, not email address identities.)
For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide.
-
setDkimTokens
public void setDkimTokens(Collection<String> dkimTokens)
A set of character strings that represent the domain's identity. Using these tokens, you will need to create DNS CNAME records that point to DKIM public keys hosted by Amazon SES. Amazon Web Services will eventually detect that you have updated your DNS records; this detection process may take up to 72 hours. Upon successful detection, Amazon SES will be able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)
For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide.
- Parameters:
dkimTokens- A set of character strings that represent the domain's identity. Using these tokens, you will need to create DNS CNAME records that point to DKIM public keys hosted by Amazon SES. Amazon Web Services will eventually detect that you have updated your DNS records; this detection process may take up to 72 hours. Upon successful detection, Amazon SES will be able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide.
-
withDkimTokens
public IdentityDkimAttributes withDkimTokens(String... dkimTokens)
A set of character strings that represent the domain's identity. Using these tokens, you will need to create DNS CNAME records that point to DKIM public keys hosted by Amazon SES. Amazon Web Services will eventually detect that you have updated your DNS records; this detection process may take up to 72 hours. Upon successful detection, Amazon SES will be able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)
For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide.
NOTE: This method appends the values to the existing list (if any). Use
setDkimTokens(java.util.Collection)orwithDkimTokens(java.util.Collection)if you want to override the existing values.- Parameters:
dkimTokens- A set of character strings that represent the domain's identity. Using these tokens, you will need to create DNS CNAME records that point to DKIM public keys hosted by Amazon SES. Amazon Web Services will eventually detect that you have updated your DNS records; this detection process may take up to 72 hours. Upon successful detection, Amazon SES will be able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withDkimTokens
public IdentityDkimAttributes withDkimTokens(Collection<String> dkimTokens)
A set of character strings that represent the domain's identity. Using these tokens, you will need to create DNS CNAME records that point to DKIM public keys hosted by Amazon SES. Amazon Web Services will eventually detect that you have updated your DNS records; this detection process may take up to 72 hours. Upon successful detection, Amazon SES will be able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)
For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide.
- Parameters:
dkimTokens- A set of character strings that represent the domain's identity. Using these tokens, you will need to create DNS CNAME records that point to DKIM public keys hosted by Amazon SES. Amazon Web Services will eventually detect that you have updated your DNS records; this detection process may take up to 72 hours. Upon successful detection, Amazon SES will be able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public IdentityDkimAttributes clone()
-
-