@Stability(value=Stable) public static final class DkimIdentityConfig.Builder extends Object implements software.amazon.jsii.Builder<DkimIdentityConfig>
DkimIdentityConfig| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
DkimIdentityConfig |
build()
Builds the configured instance.
|
DkimIdentityConfig.Builder |
domainSigningPrivateKey(String domainSigningPrivateKey)
Sets the value of
DkimIdentityConfig.getDomainSigningPrivateKey() |
DkimIdentityConfig.Builder |
domainSigningSelector(String domainSigningSelector)
Sets the value of
DkimIdentityConfig.getDomainSigningSelector() |
DkimIdentityConfig.Builder |
nextSigningKeyLength(EasyDkimSigningKeyLength nextSigningKeyLength)
Sets the value of
DkimIdentityConfig.getNextSigningKeyLength() |
@Stability(value=Stable) public DkimIdentityConfig.Builder domainSigningPrivateKey(String domainSigningPrivateKey)
DkimIdentityConfig.getDomainSigningPrivateKey()domainSigningPrivateKey - A private key that's used to generate a DKIM signature.this@Stability(value=Stable) public DkimIdentityConfig.Builder domainSigningSelector(String domainSigningSelector)
DkimIdentityConfig.getDomainSigningSelector()domainSigningSelector - A string that's used to identify a public key in the DNS configuration for a domain.this@Stability(value=Stable) public DkimIdentityConfig.Builder nextSigningKeyLength(EasyDkimSigningKeyLength nextSigningKeyLength)
DkimIdentityConfig.getNextSigningKeyLength()nextSigningKeyLength - The key length of the future DKIM key pair to be generated.
This can be changed
at most once per day.this@Stability(value=Stable) public DkimIdentityConfig build()
build in interface software.amazon.jsii.Builder<DkimIdentityConfig>DkimIdentityConfigNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.