Interface MessageBody.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MessageBody.Builder,
,MessageBody> SdkBuilder<MessageBody.Builder,
,MessageBody> SdkPojo
- Enclosing class:
MessageBody
@Mutable
@NotThreadSafe
public static interface MessageBody.Builder
extends SdkPojo, CopyableBuilder<MessageBody.Builder,MessageBody>
-
Method Summary
Modifier and TypeMethodDescriptionThe HTML body content of the message.messageMalformed
(Boolean messageMalformed) A flag indicating if the email was malformed.The plain text body content of the message.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
html
The HTML body content of the message.
- Parameters:
html
- The HTML body content of the message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
messageMalformed
A flag indicating if the email was malformed.
- Parameters:
messageMalformed
- A flag indicating if the email was malformed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
text
The plain text body content of the message.
- Parameters:
text
- The plain text body content of the message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-