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.
|
UpdateCommentRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, 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.UpdateCommentRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.