| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2.model |
| Modifier and Type | Method and Description |
|---|---|
static DkimSigningAttributes.Builder |
DkimSigningAttributes.builder() |
DkimSigningAttributes.Builder |
DkimSigningAttributes.Builder.domainSigningPrivateKey(String domainSigningPrivateKey)
[Bring Your Own DKIM] A private key that's used to generate a DKIM signature.
|
DkimSigningAttributes.Builder |
DkimSigningAttributes.Builder.domainSigningSelector(String domainSigningSelector)
[Bring Your Own DKIM] A string that's used to identify a public key in the DNS configuration for a domain.
|
DkimSigningAttributes.Builder |
DkimSigningAttributes.Builder.nextSigningKeyLength(DkimSigningKeyLength nextSigningKeyLength)
[Easy DKIM] The key length of the future DKIM key pair to be generated.
|
DkimSigningAttributes.Builder |
DkimSigningAttributes.Builder.nextSigningKeyLength(String nextSigningKeyLength)
[Easy DKIM] The key length of the future DKIM key pair to be generated.
|
DkimSigningAttributes.Builder |
DkimSigningAttributes.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DkimSigningAttributes.Builder> |
DkimSigningAttributes.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateEmailIdentityRequest.Builder |
CreateEmailIdentityRequest.Builder.dkimSigningAttributes(Consumer<DkimSigningAttributes.Builder> dkimSigningAttributes)
If your request includes this object, Amazon SES configures the identity to use Bring Your Own DKIM (BYODKIM)
for DKIM authentication purposes, or, configures the key length to be used for Easy DKIM.
|
default PutEmailIdentityDkimSigningAttributesRequest.Builder |
PutEmailIdentityDkimSigningAttributesRequest.Builder.signingAttributes(Consumer<DkimSigningAttributes.Builder> signingAttributes)
An object that contains information about the private key and selector that you want to use to configure DKIM
for the identity for Bring Your Own DKIM (BYODKIM) for the identity, or, configures the key length to be used
for Easy DKIM.
|
Copyright © 2021. All rights reserved.