@Stability(value=Stable) public static final class ByoDkimOptions.Builder extends Object implements software.amazon.jsii.Builder<ByoDkimOptions>
ByoDkimOptions| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ByoDkimOptions |
build()
Builds the configured instance.
|
ByoDkimOptions.Builder |
privateKey(SecretValue privateKey)
Sets the value of
ByoDkimOptions.getPrivateKey() |
ByoDkimOptions.Builder |
publicKey(String publicKey)
Sets the value of
ByoDkimOptions.getPublicKey() |
ByoDkimOptions.Builder |
selector(String selector)
Sets the value of
ByoDkimOptions.getSelector() |
@Stability(value=Stable) public ByoDkimOptions.Builder privateKey(SecretValue privateKey)
ByoDkimOptions.getPrivateKey()privateKey - The private key that's used to generate a DKIM signature. This parameter is required.this@Stability(value=Stable) public ByoDkimOptions.Builder selector(String selector)
ByoDkimOptions.getSelector()selector - A string that's used to identify a public key in the DNS configuration for a domain. This parameter is required.this@Stability(value=Stable) public ByoDkimOptions.Builder publicKey(String publicKey)
ByoDkimOptions.getPublicKey()publicKey - The public key.
If specified, a TXT record with the public key is created.this@Stability(value=Stable) public ByoDkimOptions build()
build in interface software.amazon.jsii.Builder<ByoDkimOptions>ByoDkimOptionsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.