public static interface NotifyEmailType.Builder extends SdkPojo, CopyableBuilder<NotifyEmailType.Builder,NotifyEmailType>
| Modifier and Type | Method and Description |
|---|---|
NotifyEmailType.Builder |
htmlBody(String htmlBody)
The email HTML body.
|
NotifyEmailType.Builder |
subject(String subject)
The email subject.
|
NotifyEmailType.Builder |
textBody(String textBody)
The email text body.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNotifyEmailType.Builder subject(String subject)
The email subject.
subject - The email subject.NotifyEmailType.Builder htmlBody(String htmlBody)
The email HTML body.
htmlBody - The email HTML body.NotifyEmailType.Builder textBody(String textBody)
The email text body.
textBody - The email text body.Copyright © 2022. All rights reserved.