public class IdentityDkimAttributes
extends java.lang.Object
implements java.io.Serializable
Represents the DKIM attributes of a verified email address or a domain.
Constructor and Description |
---|
IdentityDkimAttributes() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getDkimEnabled()
Is true if DKIM signing is enabled for email sent from the identity.
|
java.util.List<java.lang.String> |
getDkimTokens()
A set of character strings that represent the domain's identity.
|
java.lang.String |
getDkimVerificationStatus()
Describes whether Amazon SES has successfully verified the DKIM DNS
records (tokens) published in the domain name's DNS.
|
int |
hashCode() |
java.lang.Boolean |
isDkimEnabled()
Is true if DKIM signing is enabled for email sent from the identity.
|
void |
setDkimEnabled(java.lang.Boolean dkimEnabled)
Is true if DKIM signing is enabled for email sent from the identity.
|
void |
setDkimTokens(java.util.Collection<java.lang.String> dkimTokens)
A set of character strings that represent the domain's identity.
|
void |
setDkimVerificationStatus(java.lang.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.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
IdentityDkimAttributes |
withDkimEnabled(java.lang.Boolean dkimEnabled)
Is true if DKIM signing is enabled for email sent from the identity.
|
IdentityDkimAttributes |
withDkimTokens(java.util.Collection<java.lang.String> dkimTokens)
A set of character strings that represent the domain's identity.
|
IdentityDkimAttributes |
withDkimTokens(java.lang.String... dkimTokens)
A set of character strings that represent the domain's identity.
|
IdentityDkimAttributes |
withDkimVerificationStatus(java.lang.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 java.lang.Boolean isDkimEnabled()
Is true if DKIM signing is enabled for email sent from the identity. It's false otherwise. The default value is true.
Is true if DKIM signing is enabled for email sent from the identity. It's false otherwise. The default value is true.
public java.lang.Boolean getDkimEnabled()
Is true if DKIM signing is enabled for email sent from the identity. It's false otherwise. The default value is true.
Is true if DKIM signing is enabled for email sent from the identity. It's false otherwise. The default value is true.
public void setDkimEnabled(java.lang.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 IdentityDkimAttributes withDkimEnabled(java.lang.Boolean dkimEnabled)
Is true if DKIM signing is enabled for email sent from the identity. It's false otherwise. The default value is true.
Returns a reference to this object so that method calls can be chained together.
dkimEnabled
- Is true if DKIM signing is enabled for email sent from the identity. It's false otherwise. The default value is true.
public java.lang.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.)
Constraints:
Allowed Values: Pending, Success, Failed, TemporaryFailure,
NotStarted
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(java.lang.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.)
Constraints:
Allowed Values: Pending, Success, Failed, TemporaryFailure,
NotStarted
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(java.lang.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.)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: Pending, Success, Failed, TemporaryFailure,
NotStarted
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.)
Constraints:
Allowed Values: Pending, Success, Failed, TemporaryFailure,
NotStarted
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.)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: Pending, Success, Failed, TemporaryFailure,
NotStarted
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 java.util.List<java.lang.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.
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 void setDkimTokens(java.util.Collection<java.lang.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(java.lang.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.
Returns a reference to this object so that method calls can be chained together.
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(java.util.Collection<java.lang.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.
Returns a reference to this object so that method calls can be chained together.
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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.