public static interface GetCommentsForComparedCommitResponse.Builder extends CodeCommitResponse.Builder, 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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 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 #commentsForComparedCommitData(List) .commentsForComparedCommitData - a consumer that will call methods on List.Builder #commentsForComparedCommitData(List) 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.