@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IdentityDkimAttributes extends Object implements Serializable, Cloneable
Represents the DKIM attributes of a verified email address or a domain.
Constructor and Description |
---|
IdentityDkimAttributes() |
Modifier and Type | Method and Description |
---|---|
IdentityDkimAttributes |
clone() |
boolean |
equals(Object obj) |
Boolean |
getDkimEnabled()
Is true if DKIM signing is enabled for email sent from the identity.
|
List<String> |
getDkimTokens()
A set of character strings that represent the domain's identity.
|
String |
getDkimVerificationStatus()
Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain
name's DNS.
|
int |
hashCode() |
Boolean |
isDkimEnabled()
Is true if DKIM signing is enabled for email sent from the identity.
|
void |
setDkimEnabled(Boolean dkimEnabled)
Is true if DKIM signing is enabled for email sent from the identity.
|
void |
setDkimTokens(Collection<String> dkimTokens)
A set of character strings that represent the domain's identity.
|
void |
setDkimVerificationStatus(String dkimVerificationStatus)
Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain
name's DNS.
|
void |
setDkimVerificationStatus(VerificationStatus dkimVerificationStatus)
Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain
name's DNS.
|
String |
toString()
Returns a string representation of this object.
|
IdentityDkimAttributes |
withDkimEnabled(Boolean dkimEnabled)
Is true if DKIM signing is enabled for email sent from the identity.
|
IdentityDkimAttributes |
withDkimTokens(Collection<String> dkimTokens)
A set of character strings that represent the domain's identity.
|
IdentityDkimAttributes |
withDkimTokens(String... dkimTokens)
A set of character strings that represent the domain's identity.
|
IdentityDkimAttributes |
withDkimVerificationStatus(String dkimVerificationStatus)
Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain
name's DNS.
|
IdentityDkimAttributes |
withDkimVerificationStatus(VerificationStatus dkimVerificationStatus)
Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain
name's DNS.
|
public void setDkimEnabled(Boolean dkimEnabled)
Is true if DKIM signing is enabled for email sent from the identity. It's false otherwise. The default value is true.
dkimEnabled
- Is true if DKIM signing is enabled for email sent from the identity. It's false otherwise. The default
value is true.public Boolean getDkimEnabled()
Is true if DKIM signing is enabled for email sent from the identity. It's false otherwise. The default value is true.
public IdentityDkimAttributes withDkimEnabled(Boolean dkimEnabled)
Is true if DKIM signing is enabled for email sent from the identity. It's false otherwise. The default value is true.
dkimEnabled
- Is true if DKIM signing is enabled for email sent from the identity. It's false otherwise. The default
value is true.public Boolean isDkimEnabled()
Is true if DKIM signing is enabled for email sent from the identity. It's false otherwise. The default value is true.
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.)
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.)VerificationStatus
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.)
VerificationStatus
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.)
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.)VerificationStatus
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.)
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.)VerificationStatus
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.)
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.)VerificationStatus
public List<String> getDkimTokens()
A set of character strings that represent the domain's identity. Using these tokens, you need to create DNS CNAME records that point to DKIM public keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection process might take up to 72 hours. After successful detection, Amazon SES is 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, see the Amazon SES Developer Guide.
For more information about creating DNS records using DKIM tokens, see the Amazon SES Developer Guide.
public void setDkimTokens(Collection<String> dkimTokens)
A set of character strings that represent the domain's identity. Using these tokens, you need to create DNS CNAME records that point to DKIM public keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection process might take up to 72 hours. After successful detection, Amazon SES is 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, see the Amazon SES Developer Guide.
dkimTokens
- A set of character strings that represent the domain's identity. Using these tokens, you need to create
DNS CNAME records that point to DKIM public keys that are hosted by Amazon SES. Amazon Web Services
eventually detects that you've updated your DNS records. This detection process might take up to 72 hours.
After successful detection, Amazon SES is 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, see the Amazon SES Developer Guide.
public IdentityDkimAttributes withDkimTokens(String... dkimTokens)
A set of character strings that represent the domain's identity. Using these tokens, you need to create DNS CNAME records that point to DKIM public keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection process might take up to 72 hours. After successful detection, Amazon SES is 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, see the Amazon SES Developer Guide.
NOTE: This method appends the values to the existing list (if any). Use
setDkimTokens(java.util.Collection)
or withDkimTokens(java.util.Collection)
if you want to
override the existing values.
dkimTokens
- A set of character strings that represent the domain's identity. Using these tokens, you need to create
DNS CNAME records that point to DKIM public keys that are hosted by Amazon SES. Amazon Web Services
eventually detects that you've updated your DNS records. This detection process might take up to 72 hours.
After successful detection, Amazon SES is 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, see the Amazon SES Developer Guide.
public IdentityDkimAttributes withDkimTokens(Collection<String> dkimTokens)
A set of character strings that represent the domain's identity. Using these tokens, you need to create DNS CNAME records that point to DKIM public keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection process might take up to 72 hours. After successful detection, Amazon SES is 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, see the Amazon SES Developer Guide.
dkimTokens
- A set of character strings that represent the domain's identity. Using these tokens, you need to create
DNS CNAME records that point to DKIM public keys that are hosted by Amazon SES. Amazon Web Services
eventually detects that you've updated your DNS records. This detection process might take up to 72 hours.
After successful detection, Amazon SES is 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, see the Amazon SES Developer Guide.
public String toString()
toString
in class Object
Object.toString()
public IdentityDkimAttributes clone()