static PutEmailIdentityDkimSigningAttributesResponse.Builder |
PutEmailIdentityDkimSigningAttributesResponse.builder() |
|
PutEmailIdentityDkimSigningAttributesResponse.Builder |
PutEmailIdentityDkimSigningAttributesResponse.Builder.dkimStatus(String dkimStatus) |
The DKIM authentication status of the identity.
|
PutEmailIdentityDkimSigningAttributesResponse.Builder |
PutEmailIdentityDkimSigningAttributesResponse.Builder.dkimStatus(DkimStatus dkimStatus) |
The DKIM authentication status of the identity.
|
PutEmailIdentityDkimSigningAttributesResponse.Builder |
PutEmailIdentityDkimSigningAttributesResponse.Builder.dkimTokens(String... dkimTokens) |
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.
|
PutEmailIdentityDkimSigningAttributesResponse.Builder |
PutEmailIdentityDkimSigningAttributesResponse.Builder.dkimTokens(Collection<String> dkimTokens) |
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.
|
PutEmailIdentityDkimSigningAttributesResponse.Builder |
PutEmailIdentityDkimSigningAttributesResponse.toBuilder() |
|