| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2.model |
| Modifier and Type | Method and Description |
|---|---|
static DkimAttributes.Builder |
DkimAttributes.builder() |
DkimAttributes.Builder |
DkimAttributes.Builder.signingAttributesOrigin(DkimSigningAttributesOrigin signingAttributesOrigin)
A string that indicates how DKIM was configured for the identity.
|
DkimAttributes.Builder |
DkimAttributes.Builder.signingAttributesOrigin(String 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(DkimStatus 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(String 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(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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DkimAttributes.Builder> |
DkimAttributes.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateEmailIdentityResponse.Builder |
CreateEmailIdentityResponse.Builder.dkimAttributes(Consumer<DkimAttributes.Builder> dkimAttributes)
An object that contains information about the DKIM attributes for the identity.
|
default GetEmailIdentityResponse.Builder |
GetEmailIdentityResponse.Builder.dkimAttributes(Consumer<DkimAttributes.Builder> dkimAttributes)
An object that contains information about the DKIM attributes for the identity.
|
Copyright © 2021. All rights reserved.