Interface RcsTextMessage.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RcsTextMessage.Builder,,RcsTextMessage> SdkBuilder<RcsTextMessage.Builder,,RcsTextMessage> SdkPojo
- Enclosing class:
RcsTextMessage
@Mutable
@NotThreadSafe
public static interface RcsTextMessage.Builder
extends SdkPojo, CopyableBuilder<RcsTextMessage.Builder,RcsTextMessage>
-
Method Summary
Modifier and TypeMethodDescriptionThe text body of the RCS message.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
-
body
The text body of the RCS message. Maximum 3072 characters.
- Parameters:
body- The text body of the RCS message. Maximum 3072 characters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-