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