public static final class CfnUserPoolRiskConfigurationAttachment.NotifyEmailTypeProperty.Builder
extends java.lang.Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnUserPoolRiskConfigurationAttachment.NotifyEmailTypeProperty |
build()
Builds the configured instance.
|
CfnUserPoolRiskConfigurationAttachment.NotifyEmailTypeProperty.Builder |
htmlBody(java.lang.String htmlBody)
|
CfnUserPoolRiskConfigurationAttachment.NotifyEmailTypeProperty.Builder |
subject(java.lang.String subject)
|
CfnUserPoolRiskConfigurationAttachment.NotifyEmailTypeProperty.Builder |
textBody(java.lang.String textBody)
|
public CfnUserPoolRiskConfigurationAttachment.NotifyEmailTypeProperty.Builder subject(java.lang.String subject)
subject
- The email subject. This parameter is required.this
public CfnUserPoolRiskConfigurationAttachment.NotifyEmailTypeProperty.Builder htmlBody(java.lang.String htmlBody)
htmlBody
- The email HTML body.this
public CfnUserPoolRiskConfigurationAttachment.NotifyEmailTypeProperty.Builder textBody(java.lang.String textBody)
textBody
- The email text body.this
public CfnUserPoolRiskConfigurationAttachment.NotifyEmailTypeProperty build()
CfnUserPoolRiskConfigurationAttachment.NotifyEmailTypeProperty
java.lang.NullPointerException
- if any required attribute was not provided