public static interface GetCommentReactionsResponse.Builder extends CodeCommitResponse.Builder, SdkPojo, CopyableBuilder<GetCommentReactionsResponse.Builder,GetCommentReactionsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetCommentReactionsResponse.Builder |
nextToken(String nextToken)
An enumeration token that can be used in a request to return the next batch of the results.
|
GetCommentReactionsResponse.Builder |
reactionsForComment(Collection<ReactionForComment> reactionsForComment)
An array of reactions to the specified comment.
|
GetCommentReactionsResponse.Builder |
reactionsForComment(Consumer<ReactionForComment.Builder>... reactionsForComment)
An array of reactions to the specified comment.
|
GetCommentReactionsResponse.Builder |
reactionsForComment(ReactionForComment... reactionsForComment)
An array of reactions to the specified comment.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetCommentReactionsResponse.Builder reactionsForComment(Collection<ReactionForComment> reactionsForComment)
An array of reactions to the specified comment.
reactionsForComment - An array of reactions to the specified comment.GetCommentReactionsResponse.Builder reactionsForComment(ReactionForComment... reactionsForComment)
An array of reactions to the specified comment.
reactionsForComment - An array of reactions to the specified comment.GetCommentReactionsResponse.Builder reactionsForComment(Consumer<ReactionForComment.Builder>... reactionsForComment)
An array of reactions to the specified comment.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #reactionsForComment(List) .reactionsForComment - a consumer that will call methods on List.Builder #reactionsForComment(List) GetCommentReactionsResponse.Builder nextToken(String nextToken)
An enumeration token that can be used in a request to return the next batch of the results.
nextToken - An enumeration token that can be used in a request to return the next batch of the results.Copyright © 2021. All rights reserved.