| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpointemail.model |
| Modifier and Type | Method and Description |
|---|---|
static DkimAttributes.Builder |
DkimAttributes.builder() |
DkimAttributes.Builder |
DkimAttributes.Builder.signingEnabled(Boolean signingEnabled)
If the value is
true, then the messages that Amazon Pinpoint sends from the identity are
DKIM-signed. |
DkimAttributes.Builder |
DkimAttributes.Builder.status(DkimStatus status)
Describes whether or not Amazon Pinpoint 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 Pinpoint 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)
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)
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 GetEmailIdentityResponse.Builder |
GetEmailIdentityResponse.Builder.dkimAttributes(Consumer<DkimAttributes.Builder> dkimAttributes)
An object that contains information about the DKIM attributes for the identity.
|
default CreateEmailIdentityResponse.Builder |
CreateEmailIdentityResponse.Builder.dkimAttributes(Consumer<DkimAttributes.Builder> dkimAttributes)
An object that contains information about the DKIM attributes for the identity.
|
Copyright © 2021. All rights reserved.