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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PutCommentReactionRequest.BuildercommentId(String commentId)The ID of the comment to which you want to add or update a reaction.PutCommentReactionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutCommentReactionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutCommentReactionRequest.BuilderreactionValue(String reactionValue)The emoji reaction you want to add or update.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.codecommit.model.CodeCommitRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
commentId
PutCommentReactionRequest.Builder commentId(String 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
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 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
PutCommentReactionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-