public static interface DeleteCommentContentRequest.Builder extends CodeCommitRequest.Builder, SdkPojo, CopyableBuilder<DeleteCommentContentRequest.Builder,DeleteCommentContentRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteCommentContentRequest.Builder |
commentId(String commentId)
The unique, system-generated ID of the comment.
|
DeleteCommentContentRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteCommentContentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteCommentContentRequest.Builder commentId(String commentId)
The unique, system-generated ID of the comment. To get this ID, use GetCommentsForComparedCommit or GetCommentsForPullRequest.
commentId - The unique, system-generated ID of the comment. To get this ID, use
GetCommentsForComparedCommit or GetCommentsForPullRequest.DeleteCommentContentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteCommentContentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.