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
Modifier and TypeMethodDescriptionThe Emoji Version 1.0 graphic of the reaction.The emoji short code for the reaction.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 Details
-
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
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
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.
-