Interface PutCommentReactionRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CodeCommitRequest.Builder,CopyableBuilder<PutCommentReactionRequest.Builder,,PutCommentReactionRequest> SdkBuilder<PutCommentReactionRequest.Builder,,PutCommentReactionRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 PutCommentReactionRequest
public static interface PutCommentReactionRequest.Builder
extends CodeCommitRequest.Builder, SdkPojo, CopyableBuilder<PutCommentReactionRequest.Builder,PutCommentReactionRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe ID of the comment to which you want to add or update a reaction.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.reactionValue(String reactionValue) The emoji reaction you want to add or update.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.codecommit.model.CodeCommitRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
commentId
The ID of the comment to which you want to add or update a reaction.
- Parameters:
 commentId- The ID of the comment to which you want to add or update a reaction.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
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 CodeCommit, see the CodeCommit User Guide.
- Parameters:
 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 CodeCommit, see the CodeCommit User Guide.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
overrideConfiguration
PutCommentReactionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
PutCommentReactionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -