public static interface GetCommentsForPullRequestResponse.Builder extends CodeCommitResponse.Builder, CopyableBuilder<GetCommentsForPullRequestResponse.Builder,GetCommentsForPullRequestResponse>
Modifier and Type | Method and Description |
---|---|
GetCommentsForPullRequestResponse.Builder |
commentsForPullRequestData(Collection<CommentsForPullRequest> commentsForPullRequestData)
An array of comment objects on the pull request.
|
GetCommentsForPullRequestResponse.Builder |
commentsForPullRequestData(CommentsForPullRequest... commentsForPullRequestData)
An array of comment objects on the pull request.
|
GetCommentsForPullRequestResponse.Builder |
nextToken(String nextToken)
An enumeration token that can be used in a request to return the next batch of the results.
|
build
copy
apply, build
GetCommentsForPullRequestResponse.Builder commentsForPullRequestData(Collection<CommentsForPullRequest> commentsForPullRequestData)
An array of comment objects on the pull request.
commentsForPullRequestData
- An array of comment objects on the pull request.GetCommentsForPullRequestResponse.Builder commentsForPullRequestData(CommentsForPullRequest... commentsForPullRequestData)
An array of comment objects on the pull request.
commentsForPullRequestData
- An array of comment objects on the pull request.GetCommentsForPullRequestResponse.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.