Uses of Interface
software.amazon.awssdk.services.connectcases.model.CommentContent.Builder
-
Packages that use CommentContent.Builder Package Description software.amazon.awssdk.services.connectcases.model -
-
Uses of CommentContent.Builder in software.amazon.awssdk.services.connectcases.model
Methods in software.amazon.awssdk.services.connectcases.model that return CommentContent.Builder Modifier and Type Method Description CommentContent.BuilderCommentContent.Builder. body(String body)Text in the body of aCommenton a case.static CommentContent.BuilderCommentContent. builder()CommentContent.BuilderCommentContent.Builder. contentType(String contentType)Type of the text in the box of aCommenton a case.CommentContent.BuilderCommentContent.Builder. contentType(CommentBodyTextType contentType)Type of the text in the box of aCommenton a case.CommentContent.BuilderCommentContent. toBuilder()Methods in software.amazon.awssdk.services.connectcases.model that return types with arguments of type CommentContent.Builder Modifier and Type Method Description static Class<? extends CommentContent.Builder>CommentContent. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connectcases.model with type arguments of type CommentContent.Builder Modifier and Type Method Description default RelatedItemContent.BuilderRelatedItemContent.Builder. comment(Consumer<CommentContent.Builder> comment)Represents the content of a comment to be returned to agents.default RelatedItemInputContent.BuilderRelatedItemInputContent.Builder. comment(Consumer<CommentContent.Builder> comment)Represents the content of a comment to be returned to agents.static RelatedItemContentRelatedItemContent. fromComment(Consumer<CommentContent.Builder> comment)Create an instance of this class withRelatedItemContent.comment()initialized to the given value.static RelatedItemInputContentRelatedItemInputContent. fromComment(Consumer<CommentContent.Builder> comment)Create an instance of this class withRelatedItemInputContent.comment()initialized to the given value.
-