Interface CommentContent.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CommentContent.Builder,
,CommentContent> SdkBuilder<CommentContent.Builder,
,CommentContent> SdkPojo
- Enclosing class:
CommentContent
@Mutable
@NotThreadSafe
public static interface CommentContent.Builder
extends SdkPojo, CopyableBuilder<CommentContent.Builder,CommentContent>
-
Method Summary
Modifier and TypeMethodDescriptionText in the body of aComment
on a case.contentType
(String contentType) Type of the text in the box of aComment
on a case.contentType
(CommentBodyTextType contentType) Type of the text in the box of aComment
on a case.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
-
body
Text in the body of a
Comment
on a case.- Parameters:
body
- Text in the body of aComment
on a case.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contentType
Type of the text in the box of a
Comment
on a case.- Parameters:
contentType
- Type of the text in the box of aComment
on a case.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
contentType
Type of the text in the box of a
Comment
on a case.- Parameters:
contentType
- Type of the text in the box of aComment
on a case.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-