Interface GetCommentReactionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CodeCommitRequest.Builder,CopyableBuilder<GetCommentReactionsRequest.Builder,GetCommentReactionsRequest>,SdkBuilder<GetCommentReactionsRequest.Builder,GetCommentReactionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetCommentReactionsRequest
public static interface GetCommentReactionsRequest.Builder extends CodeCommitRequest.Builder, SdkPojo, CopyableBuilder<GetCommentReactionsRequest.Builder,GetCommentReactionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetCommentReactionsRequest.BuildercommentId(String commentId)The ID of the comment for which you want to get reactions information.GetCommentReactionsRequest.BuildermaxResults(Integer maxResults)A non-zero, non-negative integer used to limit the number of returned results.GetCommentReactionsRequest.BuildernextToken(String nextToken)An enumeration token that, when provided in a request, returns the next batch of the results.GetCommentReactionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetCommentReactionsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetCommentReactionsRequest.BuilderreactionUserArn(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 Detail
-
commentId
GetCommentReactionsRequest.Builder commentId(String 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
GetCommentReactionsRequest.Builder reactionUserArn(String 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
GetCommentReactionsRequest.Builder nextToken(String 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
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.
- 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetCommentReactionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-