public static interface PutCommentReactionRequest.Builder extends CodeCommitRequest.Builder, SdkPojo, CopyableBuilder<PutCommentReactionRequest.Builder,PutCommentReactionRequest>
| Modifier and Type | Method and Description |
|---|---|
PutCommentReactionRequest.Builder |
commentId(String commentId)
The ID of the comment to which you want to add or update a reaction.
|
PutCommentReactionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutCommentReactionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutCommentReactionRequest.Builder |
reactionValue(String reactionValue)
The emoji reaction you want to add or update.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutCommentReactionRequest.Builder commentId(String commentId)
The ID of the comment to which you want to add or update a reaction.
commentId - The ID of the comment to which you want to add or update a reaction.PutCommentReactionRequest.Builder reactionValue(String reactionValue)
The emoji reaction you want to add or update. To remove a reaction, provide a value of blank or null. You can also provide the value of none. For information about emoji reaction values supported in AWS CodeCommit, see the AWS CodeCommit User Guide.
reactionValue - The emoji reaction you want to add or update. To remove a reaction, provide a value of blank or null.
You can also provide the value of none. For information about emoji reaction values supported in AWS
CodeCommit, see the AWS CodeCommit User Guide.PutCommentReactionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutCommentReactionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.