Interface ReactionValueFormats.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ReactionValueFormats.Builder,ReactionValueFormats>,SdkBuilder<ReactionValueFormats.Builder,ReactionValueFormats>,SdkPojo
- Enclosing class:
- ReactionValueFormats
public static interface ReactionValueFormats.Builder extends SdkPojo, CopyableBuilder<ReactionValueFormats.Builder,ReactionValueFormats>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReactionValueFormats.Builderemoji(String emoji)The Emoji Version 1.0 graphic of the reaction.ReactionValueFormats.BuildershortCode(String shortCode)The emoji short code for the reaction.ReactionValueFormats.Builderunicode(String unicode)The Unicode codepoint for the reaction.-
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, sdkFields
-
-
-
-
Method Detail
-
emoji
ReactionValueFormats.Builder emoji(String emoji)
The Emoji Version 1.0 graphic of the reaction. These graphics are interpreted slightly differently on different operating systems.
- Parameters:
emoji- The Emoji Version 1.0 graphic of the reaction. These graphics are interpreted slightly differently on different operating systems.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
shortCode
ReactionValueFormats.Builder shortCode(String shortCode)
The emoji short code for the reaction. Short codes are interpreted slightly differently on different operating systems.
- Parameters:
shortCode- The emoji short code for the reaction. Short codes are interpreted slightly differently on different operating systems.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unicode
ReactionValueFormats.Builder unicode(String unicode)
The Unicode codepoint for the reaction.
- Parameters:
unicode- The Unicode codepoint for the reaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-