| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit |
|
| software.amazon.awssdk.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
GetCommentsForPullRequestRequest.Builder |
GetCommentsForPullRequestRequest.Builder.afterCommitId(String afterCommitId)
The full commit ID of the commit in the source branch that was the tip of the branch at the time the comment
was made.
|
GetCommentsForPullRequestRequest.Builder |
GetCommentsForPullRequestRequest.Builder.beforeCommitId(String beforeCommitId)
The full commit ID of the commit in the destination branch that was the tip of the branch at the time the
pull request was created.
|
static GetCommentsForPullRequestRequest.Builder |
GetCommentsForPullRequestRequest.builder() |
GetCommentsForPullRequestRequest.Builder |
GetCommentsForPullRequestRequest.Builder.maxResults(Integer maxResults)
A non-zero, non-negative integer used to limit the number of returned results.
|
GetCommentsForPullRequestRequest.Builder |
GetCommentsForPullRequestRequest.Builder.nextToken(String nextToken)
An enumeration token that, when provided in a request, returns the next batch of the results.
|
GetCommentsForPullRequestRequest.Builder |
GetCommentsForPullRequestRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetCommentsForPullRequestRequest.Builder |
GetCommentsForPullRequestRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetCommentsForPullRequestRequest.Builder |
GetCommentsForPullRequestRequest.Builder.pullRequestId(String pullRequestId)
The system-generated ID of the pull request.
|
GetCommentsForPullRequestRequest.Builder |
GetCommentsForPullRequestRequest.Builder.repositoryName(String repositoryName)
The name of the repository that contains the pull request.
|
GetCommentsForPullRequestRequest.Builder |
GetCommentsForPullRequestRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetCommentsForPullRequestRequest.Builder> |
GetCommentsForPullRequestRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.