Interface NotifyEmailType.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<NotifyEmailType.Builder,,NotifyEmailType> SdkBuilder<NotifyEmailType.Builder,,NotifyEmailType> SdkPojo
- Enclosing class:
- NotifyEmailType
@Mutable
@NotThreadSafe
public static interface NotifyEmailType.Builder
extends SdkPojo, CopyableBuilder<NotifyEmailType.Builder,NotifyEmailType>
-
Method Summary
Modifier and TypeMethodDescriptionThe body of an email notification formatted in HTML.The subject of the threat protection email notification.The body of an email notification formatted in plaintext.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
subject
The subject of the threat protection email notification.
- Parameters:
subject- The subject of the threat protection email notification.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
htmlBody
The body of an email notification formatted in HTML. Choose an
HtmlBodyor aTextBodyto send an HTML-formatted or plaintext message, respectively.- Parameters:
htmlBody- The body of an email notification formatted in HTML. Choose anHtmlBodyor aTextBodyto send an HTML-formatted or plaintext message, respectively.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
textBody
The body of an email notification formatted in plaintext. Choose an
HtmlBodyor aTextBodyto send an HTML-formatted or plaintext message, respectively.- Parameters:
textBody- The body of an email notification formatted in plaintext. Choose anHtmlBodyor aTextBodyto send an HTML-formatted or plaintext message, respectively.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-