ToCopyableBuilder<VerifyDomainDkimResponse.Builder,VerifyDomainDkimResponse>
@Generated("software.amazon.awssdk:codegen") public class VerifyDomainDkimResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<VerifyDomainDkimResponse.Builder,VerifyDomainDkimResponse>
Returns CNAME records that you must publish to the DNS server of your domain to set up Easy DKIM with Amazon SES.
Modifier and Type | Class | Description |
---|---|---|
static interface |
VerifyDomainDkimResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static VerifyDomainDkimResponse.Builder |
builder() |
|
List<String> |
dkimTokens() |
A set of character strings that represent the domain's identity.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends VerifyDomainDkimResponse.Builder> |
serializableBuilderClass() |
|
VerifyDomainDkimResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public List<String> dkimTokens()
A set of character strings that represent the domain's identity. If the identity is an email address, the tokens represent the domain of that address.
Using these tokens, you will need to create DNS CNAME records that point to DKIM public keys hosted by Amazon SES. Amazon Web Services will eventually detect that you have updated your DNS records; this detection process may take up to 72 hours. Upon successful detection, Amazon SES will be able to DKIM-sign emails originating from that domain.
For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide.
Using these tokens, you will need to create DNS CNAME records that point to DKIM public keys hosted by Amazon SES. Amazon Web Services will eventually detect that you have updated your DNS records; this detection process may take up to 72 hours. Upon successful detection, Amazon SES will be able to DKIM-sign emails originating from that domain.
For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide.
public VerifyDomainDkimResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<VerifyDomainDkimResponse.Builder,VerifyDomainDkimResponse>
public static VerifyDomainDkimResponse.Builder builder()
public static Class<? extends VerifyDomainDkimResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.