public static interface ControlComment.Builder extends SdkPojo, CopyableBuilder<ControlComment.Builder,ControlComment>
| Modifier and Type | Method and Description |
|---|---|
ControlComment.Builder |
authorName(String authorName)
The name of the user who authored the comment.
|
ControlComment.Builder |
commentBody(String commentBody)
The body text of a control comment.
|
ControlComment.Builder |
postedDate(Instant postedDate)
The time when the comment was posted.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildControlComment.Builder authorName(String authorName)
The name of the user who authored the comment.
authorName - The name of the user who authored the comment.ControlComment.Builder commentBody(String commentBody)
The body text of a control comment.
commentBody - The body text of a control comment.ControlComment.Builder postedDate(Instant postedDate)
The time when the comment was posted.
postedDate - The time when the comment was posted.Copyright © 2023. All rights reserved.