Interface CommentContent.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CommentContent.Builder,CommentContent>,SdkBuilder<CommentContent.Builder,CommentContent>,SdkPojo
- Enclosing class:
- CommentContent
public static interface CommentContent.Builder extends SdkPojo, CopyableBuilder<CommentContent.Builder,CommentContent>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommentContent.Builderbody(String body)Text in the body of aCommenton a case.CommentContent.BuildercontentType(String contentType)Type of the text in the box of aCommenton a case.CommentContent.BuildercontentType(CommentBodyTextType contentType)Type of the text in the box of aCommenton 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, sdkFields
-
-
-
-
Method Detail
-
body
CommentContent.Builder body(String body)
Text in the body of a
Commenton a case.- Parameters:
body- Text in the body of aCommenton a case.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contentType
CommentContent.Builder contentType(String contentType)
Type of the text in the box of a
Commenton a case.- Parameters:
contentType- Type of the text in the box of aCommenton a case.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CommentBodyTextType,CommentBodyTextType
-
contentType
CommentContent.Builder contentType(CommentBodyTextType contentType)
Type of the text in the box of a
Commenton a case.- Parameters:
contentType- Type of the text in the box of aCommenton a case.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CommentBodyTextType,CommentBodyTextType
-
-