public static interface UpdateCommentRequest.Builder extends CodeCommitRequest.Builder, CopyableBuilder<UpdateCommentRequest.Builder,UpdateCommentRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateCommentRequest.Builder |
commentId(String commentId)
The system-generated ID of the comment you want to update.
|
UpdateCommentRequest.Builder |
content(String content)
The updated content with which you want to replace the existing content of the comment.
|
UpdateCommentRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildUpdateCommentRequest.Builder commentId(String commentId)
The system-generated ID of the comment you want to update. To get this ID, use GetCommentsForComparedCommit or GetCommentsForPullRequest.
commentId - The system-generated ID of the comment you want to update. To get this ID, use
GetCommentsForComparedCommit or GetCommentsForPullRequest.UpdateCommentRequest.Builder content(String content)
The updated content with which you want to replace the existing content of the comment.
content - The updated content with which you want to replace the existing content of the comment.UpdateCommentRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.