public static interface UpdateCommentRequest.Builder extends CodeCommitRequest.Builder, SdkPojo, 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 to replace the existing content of the comment.
|
UpdateCommentRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateCommentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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 to replace the existing content of the comment.
content - The updated content to replace the existing content of the comment.UpdateCommentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateCommentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.