public static interface DkimSigningAttributes.Builder extends SdkPojo, CopyableBuilder<DkimSigningAttributes.Builder,DkimSigningAttributes>
| Modifier and Type | Method and Description |
|---|---|
DkimSigningAttributes.Builder |
domainSigningPrivateKey(String domainSigningPrivateKey)
[Bring Your Own DKIM] A private key that's used to generate a DKIM signature.
|
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 |
nextSigningKeyLength(DkimSigningKeyLength nextSigningKeyLength)
[Easy DKIM] The key length of the future DKIM key pair to be generated.
|
DkimSigningAttributes.Builder |
nextSigningKeyLength(String nextSigningKeyLength)
[Easy DKIM] The key length of the future DKIM key pair to be generated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDkimSigningAttributes.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.
domainSigningSelector - [Bring Your Own DKIM] A string that's used to identify a public key in the DNS configuration for a
domain.DkimSigningAttributes.Builder domainSigningPrivateKey(String domainSigningPrivateKey)
[Bring Your Own DKIM] A private key that's used to generate a DKIM signature.
The private key must use 1024 or 2048-bit RSA encryption, and must be encoded using base64 encoding.
domainSigningPrivateKey - [Bring Your Own DKIM] A private key that's used to generate a DKIM signature.
The private key must use 1024 or 2048-bit RSA encryption, and must be encoded using base64 encoding.
DkimSigningAttributes.Builder nextSigningKeyLength(String nextSigningKeyLength)
[Easy DKIM] The key length of the future DKIM key pair to be generated. This can be changed at most once per day.
nextSigningKeyLength - [Easy DKIM] The key length of the future DKIM key pair to be generated. This can be changed at most
once per day.DkimSigningKeyLength,
DkimSigningKeyLengthDkimSigningAttributes.Builder nextSigningKeyLength(DkimSigningKeyLength nextSigningKeyLength)
[Easy DKIM] The key length of the future DKIM key pair to be generated. This can be changed at most once per day.
nextSigningKeyLength - [Easy DKIM] The key length of the future DKIM key pair to be generated. This can be changed at most
once per day.DkimSigningKeyLength,
DkimSigningKeyLengthCopyright © 2022. All rights reserved.