public static interface GetCommentsForPullRequestRequest.Builder extends CodeCommitRequest.Builder, SdkPojo, CopyableBuilder<GetCommentsForPullRequestRequest.Builder,GetCommentsForPullRequestRequest>
| Modifier and Type | Method and Description |
|---|---|
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 |
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.
|
GetCommentsForPullRequestRequest.Builder |
maxResults(Integer maxResults)
A non-zero, non-negative integer used to limit the number of returned results.
|
GetCommentsForPullRequestRequest.Builder |
nextToken(String nextToken)
An enumeration token that, when provided in a request, returns the next batch of the results.
|
GetCommentsForPullRequestRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetCommentsForPullRequestRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetCommentsForPullRequestRequest.Builder |
pullRequestId(String pullRequestId)
The system-generated ID of the pull request.
|
GetCommentsForPullRequestRequest.Builder |
repositoryName(String repositoryName)
The name of the repository that contains the pull request.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetCommentsForPullRequestRequest.Builder pullRequestId(String pullRequestId)
The system-generated ID of the pull request. To get this ID, use ListPullRequests.
pullRequestId - The system-generated ID of the pull request. To get this ID, use ListPullRequests.GetCommentsForPullRequestRequest.Builder repositoryName(String repositoryName)
The name of the repository that contains the pull request. Requirement is conditional:
repositoryName must be specified when beforeCommitId and afterCommitId
are included.
repositoryName - The name of the repository that contains the pull request. Requirement is conditional:
repositoryName must be specified when beforeCommitId and
afterCommitId are included.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. Requirement is conditional: beforeCommitId must be specified when
repositoryName is included.
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. Requirement is conditional: beforeCommitId must be
specified when repositoryName is included.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. Requirement is conditional: afterCommitId must be specified when
repositoryName is included.
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. Requirement is conditional: afterCommitId must be specified when
repositoryName is included.GetCommentsForPullRequestRequest.Builder nextToken(String nextToken)
An enumeration token that, when provided in a request, returns the next batch of the results.
nextToken - An enumeration token that, when provided in a request, returns the next batch of the results.GetCommentsForPullRequestRequest.Builder maxResults(Integer maxResults)
A non-zero, non-negative integer used to limit the number of returned results. The default is 100 comments. You can return up to 500 comments with a single request.
maxResults - A non-zero, non-negative integer used to limit the number of returned results. The default is 100
comments. You can return up to 500 comments with a single request.GetCommentsForPullRequestRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetCommentsForPullRequestRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.