CopyableBuilder<CommentMetadata.Builder,CommentMetadata>, SdkBuilder<CommentMetadata.Builder,CommentMetadata>public static interface CommentMetadata.Builder extends CopyableBuilder<CommentMetadata.Builder,CommentMetadata>
| Modifier and Type | Method | Description |
|---|---|---|
CommentMetadata.Builder |
commentId(String commentId) |
The ID of the comment.
|
CommentMetadata.Builder |
commentStatus(String commentStatus) |
|
CommentMetadata.Builder |
commentStatus(CommentStatusType commentStatus) |
|
CommentMetadata.Builder |
contributor(User contributor) |
The user who made the comment.
|
CommentMetadata.Builder |
createdTimestamp(Date createdTimestamp) |
|
CommentMetadata.Builder |
recipientId(String recipientId) |
The ID of the user being replied to.
|
copyapply, buildCommentMetadata.Builder commentId(String commentId)
The ID of the comment.
commentId - The ID of the comment.CommentMetadata.Builder contributor(User contributor)
The user who made the comment.
contributor - The user who made the comment.CommentMetadata.Builder createdTimestamp(Date createdTimestamp)
createdTimestamp - CommentMetadata.Builder commentStatus(String commentStatus)
commentStatus - CommentStatusTypeCommentMetadata.Builder commentStatus(CommentStatusType commentStatus)
commentStatus - CommentStatusTypeCommentMetadata.Builder recipientId(String recipientId)
The ID of the user being replied to.
recipientId - The ID of the user being replied to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.