public class IdentityDkimAttributes
extends java.lang.Object
implements java.io.Serializable
Represents the DKIM attributes of a verified email address or a domain.
| コンストラクタと説明 |
|---|
IdentityDkimAttributes() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getDkimEnabled()
True if DKIM signing is enabled for email sent from the identity;
false otherwise.
|
java.util.List<java.lang.String> |
getDkimTokens()
A set of DNS records (tokens) that must be published in the domain
name's DNS for DKIM verification to complete, and which must remain
published in order for DKIM signing to succeed.
|
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()
True if DKIM signing is enabled for email sent from the identity;
false otherwise.
|
void |
setDkimEnabled(java.lang.Boolean dkimEnabled)
True if DKIM signing is enabled for email sent from the identity;
false otherwise.
|
void |
setDkimTokens(java.util.Collection<java.lang.String> dkimTokens)
A set of DNS records (tokens) that must be published in the domain
name's DNS for DKIM verification to complete, and which must remain
published in order for DKIM signing to succeed.
|
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)
True if DKIM signing is enabled for email sent from the identity;
false otherwise.
|
IdentityDkimAttributes |
withDkimTokens(java.util.Collection<java.lang.String> dkimTokens)
A set of DNS records (tokens) that must be published in the domain
name's DNS for DKIM verification to complete, and which must remain
published in order for DKIM signing to succeed.
|
IdentityDkimAttributes |
withDkimTokens(java.lang.String... dkimTokens)
A set of DNS records (tokens) that must be published in the domain
name's DNS for DKIM verification to complete, and which must remain
published in order for DKIM signing to succeed.
|
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()
public void setDkimEnabled(java.lang.Boolean dkimEnabled)
dkimEnabled - True if DKIM signing is enabled for email sent from the identity;
false otherwise.public IdentityDkimAttributes withDkimEnabled(java.lang.Boolean dkimEnabled)
Returns a reference to this object so that method calls can be chained together.
dkimEnabled - True if DKIM signing is enabled for email sent from the identity;
false otherwise.public java.lang.Boolean getDkimEnabled()
public java.lang.String getDkimVerificationStatus()
Constraints:
Allowed Values: Pending, Success, Failed, TemporaryFailure
VerificationStatuspublic void setDkimVerificationStatus(java.lang.String dkimVerificationStatus)
Constraints:
Allowed Values: Pending, Success, Failed, TemporaryFailure
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.)VerificationStatuspublic IdentityDkimAttributes withDkimVerificationStatus(java.lang.String dkimVerificationStatus)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: Pending, Success, Failed, TemporaryFailure
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.)VerificationStatuspublic void setDkimVerificationStatus(VerificationStatus dkimVerificationStatus)
Constraints:
Allowed Values: Pending, Success, Failed, TemporaryFailure
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.)VerificationStatuspublic IdentityDkimAttributes withDkimVerificationStatus(VerificationStatus dkimVerificationStatus)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: Pending, Success, Failed, TemporaryFailure
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.)VerificationStatuspublic java.util.List<java.lang.String> getDkimTokens()
CNAME DNS records that point to DKIM public keys hosted
by Amazon SES. (This only applies to domain entities, not email
address identities.)CNAME DNS records that point to DKIM public keys hosted
by Amazon SES. (This only applies to domain entities, not email
address identities.)public void setDkimTokens(java.util.Collection<java.lang.String> dkimTokens)
CNAME DNS records that point to DKIM public keys hosted
by Amazon SES. (This only applies to domain entities, not email
address identities.)dkimTokens - A set of DNS records (tokens) that must be published in the domain
name's DNS for DKIM verification to complete, and which must remain
published in order for DKIM signing to succeed. The tokens are
CNAME DNS records that point to DKIM public keys hosted
by Amazon SES. (This only applies to domain entities, not email
address identities.)public IdentityDkimAttributes withDkimTokens(java.lang.String... dkimTokens)
CNAME DNS records that point to DKIM public keys hosted
by Amazon SES. (This only applies to domain entities, not email
address identities.)
Returns a reference to this object so that method calls can be chained together.
dkimTokens - A set of DNS records (tokens) that must be published in the domain
name's DNS for DKIM verification to complete, and which must remain
published in order for DKIM signing to succeed. The tokens are
CNAME DNS records that point to DKIM public keys hosted
by Amazon SES. (This only applies to domain entities, not email
address identities.)public IdentityDkimAttributes withDkimTokens(java.util.Collection<java.lang.String> dkimTokens)
CNAME DNS records that point to DKIM public keys hosted
by Amazon SES. (This only applies to domain entities, not email
address identities.)
Returns a reference to this object so that method calls can be chained together.
dkimTokens - A set of DNS records (tokens) that must be published in the domain
name's DNS for DKIM verification to complete, and which must remain
published in order for DKIM signing to succeed. The tokens are
CNAME DNS records that point to DKIM public keys hosted
by Amazon SES. (This only applies to domain entities, not email
address identities.)public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object