Uses of Interface
software.amazon.awssdk.services.workdocs.model.CommentMetadata.Builder
-
Packages that use CommentMetadata.Builder Package Description software.amazon.awssdk.services.workdocs.model -
-
Uses of CommentMetadata.Builder in software.amazon.awssdk.services.workdocs.model
Methods in software.amazon.awssdk.services.workdocs.model that return CommentMetadata.Builder Modifier and Type Method Description static CommentMetadata.BuilderCommentMetadata. builder()CommentMetadata.BuilderCommentMetadata.Builder. commentId(String commentId)The ID of the comment.CommentMetadata.BuilderCommentMetadata.Builder. commentStatus(String commentStatus)The status of the comment.CommentMetadata.BuilderCommentMetadata.Builder. commentStatus(CommentStatusType commentStatus)The status of the comment.default CommentMetadata.BuilderCommentMetadata.Builder. contributor(Consumer<User.Builder> contributor)The user who made the comment.CommentMetadata.BuilderCommentMetadata.Builder. contributor(User contributor)The user who made the comment.CommentMetadata.BuilderCommentMetadata.Builder. contributorId(String contributorId)The ID of the user who made the comment.CommentMetadata.BuilderCommentMetadata.Builder. createdTimestamp(Instant createdTimestamp)The timestamp that the comment was created.CommentMetadata.BuilderCommentMetadata.Builder. recipientId(String recipientId)The ID of the user being replied to.CommentMetadata.BuilderCommentMetadata. toBuilder()Methods in software.amazon.awssdk.services.workdocs.model that return types with arguments of type CommentMetadata.Builder Modifier and Type Method Description static Class<? extends CommentMetadata.Builder>CommentMetadata. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.workdocs.model with type arguments of type CommentMetadata.Builder Modifier and Type Method Description default Activity.BuilderActivity.Builder. commentMetadata(Consumer<CommentMetadata.Builder> commentMetadata)Metadata of the commenting activity.default ResponseItem.BuilderResponseItem.Builder. commentMetadata(Consumer<CommentMetadata.Builder> commentMetadata)The comment that matches the query.
-