public static interface GetCommentsForComparedCommitResponse.Builder extends CodeCommitResponse.Builder, SdkPojo, CopyableBuilder<GetCommentsForComparedCommitResponse.Builder,GetCommentsForComparedCommitResponse>
| Modifier and Type | Method and Description |
|---|---|
GetCommentsForComparedCommitResponse.Builder |
commentsForComparedCommitData(Collection<CommentsForComparedCommit> commentsForComparedCommitData)
A list of comment objects on the compared commit.
|
GetCommentsForComparedCommitResponse.Builder |
commentsForComparedCommitData(CommentsForComparedCommit... commentsForComparedCommitData)
A list of comment objects on the compared commit.
|
GetCommentsForComparedCommitResponse.Builder |
commentsForComparedCommitData(Consumer<CommentsForComparedCommit.Builder>... commentsForComparedCommitData)
A list of comment objects on the compared commit.
|
GetCommentsForComparedCommitResponse.Builder |
nextToken(String nextToken)
An enumeration token that can be used in a request to return the next batch of the results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetCommentsForComparedCommitResponse.Builder commentsForComparedCommitData(Collection<CommentsForComparedCommit> commentsForComparedCommitData)
A list of comment objects on the compared commit.
commentsForComparedCommitData - A list of comment objects on the compared commit.GetCommentsForComparedCommitResponse.Builder commentsForComparedCommitData(CommentsForComparedCommit... commentsForComparedCommitData)
A list of comment objects on the compared commit.
commentsForComparedCommitData - A list of comment objects on the compared commit.GetCommentsForComparedCommitResponse.Builder commentsForComparedCommitData(Consumer<CommentsForComparedCommit.Builder>... commentsForComparedCommitData)
A list of comment objects on the compared commit.
This is a convenience method that creates an instance of theCommentsForComparedCommit.Builder avoiding the need
to create one manually via
CommentsForComparedCommit.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #commentsForComparedCommitData(List.
commentsForComparedCommitData - a consumer that will call methods on
CommentsForComparedCommit.Builder#commentsForComparedCommitData(java.util.Collection) GetCommentsForComparedCommitResponse.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.