@Stability(value=Stable) public static final class CfnUserPoolRiskConfigurationAttachment.NotifyEmailTypeProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnUserPoolRiskConfigurationAttachment.NotifyEmailTypeProperty>
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnUserPoolRiskConfigurationAttachment.NotifyEmailTypeProperty |
build()
Builds the configured instance.
|
CfnUserPoolRiskConfigurationAttachment.NotifyEmailTypeProperty.Builder |
htmlBody(String htmlBody)
|
CfnUserPoolRiskConfigurationAttachment.NotifyEmailTypeProperty.Builder |
subject(String subject)
|
CfnUserPoolRiskConfigurationAttachment.NotifyEmailTypeProperty.Builder |
textBody(String textBody)
|
@Stability(value=Stable) public CfnUserPoolRiskConfigurationAttachment.NotifyEmailTypeProperty.Builder subject(String subject)
subject - The email subject. This parameter is required.this@Stability(value=Stable) public CfnUserPoolRiskConfigurationAttachment.NotifyEmailTypeProperty.Builder htmlBody(String htmlBody)
htmlBody - The email HTML body.this@Stability(value=Stable) public CfnUserPoolRiskConfigurationAttachment.NotifyEmailTypeProperty.Builder textBody(String textBody)
textBody - The email text body.this@Stability(value=Stable) public CfnUserPoolRiskConfigurationAttachment.NotifyEmailTypeProperty build()
build in interface software.amazon.jsii.Builder<CfnUserPoolRiskConfigurationAttachment.NotifyEmailTypeProperty>CfnUserPoolRiskConfigurationAttachment.NotifyEmailTypePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.