public static interface GetCommentReactionsRequest.Builder extends CodeCommitRequest.Builder, SdkPojo, CopyableBuilder<GetCommentReactionsRequest.Builder,GetCommentReactionsRequest>
| Modifier and Type | Method and Description |
|---|---|
GetCommentReactionsRequest.Builder |
commentId(String commentId)
The ID of the comment for which you want to get reactions information.
|
GetCommentReactionsRequest.Builder |
maxResults(Integer maxResults)
A non-zero, non-negative integer used to limit the number of returned results.
|
GetCommentReactionsRequest.Builder |
nextToken(String nextToken)
An enumeration token that, when provided in a request, returns the next batch of the results.
|
GetCommentReactionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetCommentReactionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetCommentReactionsRequest.Builder |
reactionUserArn(String reactionUserArn)
Optional.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetCommentReactionsRequest.Builder commentId(String commentId)
The ID of the comment for which you want to get reactions information.
commentId - The ID of the comment for which you want to get reactions information.GetCommentReactionsRequest.Builder reactionUserArn(String reactionUserArn)
Optional. The Amazon Resource Name (ARN) of the user or identity for which you want to get reaction information.
reactionUserArn - Optional. The Amazon Resource Name (ARN) of the user or identity for which you want to get reaction
information.GetCommentReactionsRequest.Builder nextToken(String nextToken)
An enumeration token that, when provided in a request, returns the next batch of the results.
nextToken - An enumeration token that, when provided in a request, returns the next batch of the results.GetCommentReactionsRequest.Builder maxResults(Integer 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.
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.GetCommentReactionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetCommentReactionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.