@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 - `CfnUserPoolRiskConfigurationAttachment.NotifyEmailTypeProperty.Subject`. This parameter is required.this@Stability(value=Stable) public CfnUserPoolRiskConfigurationAttachment.NotifyEmailTypeProperty.Builder htmlBody(String htmlBody)
htmlBody - `CfnUserPoolRiskConfigurationAttachment.NotifyEmailTypeProperty.HtmlBody`.this@Stability(value=Stable) public CfnUserPoolRiskConfigurationAttachment.NotifyEmailTypeProperty.Builder textBody(String textBody)
textBody - `CfnUserPoolRiskConfigurationAttachment.NotifyEmailTypeProperty.TextBody`.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 © 2021. All rights reserved.