Interface OutboundRawMessage.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<OutboundRawMessage.Builder,,OutboundRawMessage> SdkBuilder<OutboundRawMessage.Builder,,OutboundRawMessage> SdkPojo
- Enclosing class:
OutboundRawMessage
@Mutable
@NotThreadSafe
public static interface OutboundRawMessage.Builder
extends SdkPojo, CopyableBuilder<OutboundRawMessage.Builder,OutboundRawMessage>
-
Method Summary
Modifier and TypeMethodDescriptionThe email message body.contentType(String contentType) Type of content, that is,text/plainortext/html.The email subject.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 email subject.
- Parameters:
subject- The email subject.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
body
The email message body.
- Parameters:
body- The email message body.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contentType
Type of content, that is,
text/plainortext/html.- Parameters:
contentType- Type of content, that is,text/plainortext/html.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-