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 method that creates an instance of theReactionForComment.Builder avoiding the need to
create one manually via ReactionForComment.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #reactionsForComment(List.
reactionsForComment - a consumer that will call methods on
ReactionForComment.Builder#reactionsForComment(java.util.Collection) 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 © 2023. All rights reserved.