@Stability(value=Stable) public static final class IVerifySesEmailAddressProps.Builder extends Object implements software.amazon.jsii.Builder<IVerifySesEmailAddressProps>
IVerifySesEmailAddressProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
IVerifySesEmailAddressProps |
build()
Builds the configured instance.
|
IVerifySesEmailAddressProps.Builder |
emailAddress(String emailAddress)
Sets the value of
IVerifySesEmailAddressProps.getEmailAddress() |
IVerifySesEmailAddressProps.Builder |
region(String region)
Sets the value of
IVerifySesEmailAddressProps.getRegion() |
@Stability(value=Stable) public IVerifySesEmailAddressProps.Builder emailAddress(String emailAddress)
IVerifySesEmailAddressProps.getEmailAddress()emailAddress - The email address to be verified, e.g. 'hello@example.org'. This parameter is required.this@Stability(value=Stable) public IVerifySesEmailAddressProps.Builder region(String region)
IVerifySesEmailAddressProps.getRegion()region - An optional AWS region to validate the email address.this@Stability(value=Stable) public IVerifySesEmailAddressProps build()
build in interface software.amazon.jsii.Builder<IVerifySesEmailAddressProps>IVerifySesEmailAddressPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.