static DkimAttributes.Builder |
DkimAttributes.builder() |
|
DkimAttributes.Builder |
DkimAttributes.Builder.currentSigningKeyLength(String currentSigningKeyLength) |
[Easy DKIM] The key length of the DKIM key pair in use.
|
DkimAttributes.Builder |
DkimAttributes.Builder.currentSigningKeyLength(DkimSigningKeyLength currentSigningKeyLength) |
[Easy DKIM] The key length of the DKIM key pair in use.
|
DkimAttributes.Builder |
DkimAttributes.Builder.lastKeyGenerationTimestamp(Instant lastKeyGenerationTimestamp) |
[Easy DKIM] The last time a key pair was generated for this identity.
|
DkimAttributes.Builder |
DkimAttributes.Builder.nextSigningKeyLength(String nextSigningKeyLength) |
[Easy DKIM] The key length of the future DKIM key pair to be generated.
|
DkimAttributes.Builder |
DkimAttributes.Builder.nextSigningKeyLength(DkimSigningKeyLength nextSigningKeyLength) |
[Easy DKIM] The key length of the future DKIM key pair to be generated.
|
DkimAttributes.Builder |
DkimAttributes.Builder.signingAttributesOrigin(String signingAttributesOrigin) |
A string that indicates how DKIM was configured for the identity.
|
DkimAttributes.Builder |
DkimAttributes.Builder.signingAttributesOrigin(DkimSigningAttributesOrigin signingAttributesOrigin) |
A string that indicates how DKIM was configured for the identity.
|
DkimAttributes.Builder |
DkimAttributes.Builder.signingEnabled(Boolean signingEnabled) |
If the value is true, then the messages that you send from the identity are signed using DKIM.
|
DkimAttributes.Builder |
DkimAttributes.Builder.status(String status) |
Describes whether or not Amazon SES has successfully located the DKIM records in the DNS records for the
domain.
|
DkimAttributes.Builder |
DkimAttributes.Builder.status(DkimStatus status) |
Describes whether or not Amazon SES has successfully located the DKIM records in the DNS records for the
domain.
|
DkimAttributes.Builder |
DkimAttributes.toBuilder() |
|
DkimAttributes.Builder |
DkimAttributes.Builder.tokens(String... tokens) |
If you used Easy DKIM to
configure DKIM authentication for the domain, then this object contains a set of unique strings that you use
to create a set of CNAME records that you add to the DNS configuration for your domain.
|
DkimAttributes.Builder |
DkimAttributes.Builder.tokens(Collection<String> tokens) |
If you used Easy DKIM to
configure DKIM authentication for the domain, then this object contains a set of unique strings that you use
to create a set of CNAME records that you add to the DNS configuration for your domain.
|