Interface GetCommentReactionsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CodeCommitRequest.Builder
,CopyableBuilder<GetCommentReactionsRequest.Builder,
,GetCommentReactionsRequest> SdkBuilder<GetCommentReactionsRequest.Builder,
,GetCommentReactionsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
GetCommentReactionsRequest
@Mutable
@NotThreadSafe
public static interface GetCommentReactionsRequest.Builder
extends CodeCommitRequest.Builder, SdkPojo, CopyableBuilder<GetCommentReactionsRequest.Builder,GetCommentReactionsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the comment for which you want to get reactions information.maxResults
(Integer maxResults) A non-zero, non-negative integer used to limit the number of returned results.An enumeration token that, when provided in a request, returns the next batch of the results.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.reactionUserArn
(String reactionUserArn) Optional.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 Details
-
commentId
The ID of the comment for which you want to get reactions information.
- Parameters:
commentId
- The ID of the comment for which you want to get reactions information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reactionUserArn
Optional. The Amazon Resource Name (ARN) of the user or identity for which you want to get reaction information.
- Parameters:
reactionUserArn
- Optional. The Amazon Resource Name (ARN) of the user or identity for which you want to get reaction information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
An enumeration token that, when provided in a request, returns the next batch of the results.
- Parameters:
nextToken
- An enumeration token that, when provided in a request, returns the next batch of the results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
A non-zero, non-negative integer used to limit the number of returned results. The default is the same as the allowed maximum, 1,000.
- Parameters:
maxResults
- A non-zero, non-negative integer used to limit the number of returned results. The default is the same as the allowed maximum, 1,000.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetCommentReactionsRequest.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
GetCommentReactionsRequest.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.
-