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
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, 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-