Interface ControlComment.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ControlComment.Builder,
,ControlComment> SdkBuilder<ControlComment.Builder,
,ControlComment> SdkPojo
- Enclosing class:
ControlComment
@Mutable
@NotThreadSafe
public static interface ControlComment.Builder
extends SdkPojo, CopyableBuilder<ControlComment.Builder,ControlComment>
-
Method Summary
Modifier and TypeMethodDescriptionauthorName
(String authorName) The name of the user who authored the comment.commentBody
(String commentBody) The body text of a control comment.postedDate
(Instant postedDate) The time when the comment was posted.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, sdkFieldNameToField, sdkFields
-
Method Details
-
authorName
The name of the user who authored the comment.
- Parameters:
authorName
- The name of the user who authored the comment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
commentBody
The body text of a control comment.
- Parameters:
commentBody
- The body text of a control comment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
postedDate
The time when the comment was posted.
- Parameters:
postedDate
- The time when the comment was posted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-