public static interface GetCommentsForComparedCommitRequest.Builder extends CodeCommitRequest.Builder, SdkPojo, CopyableBuilder<GetCommentsForComparedCommitRequest.Builder,GetCommentsForComparedCommitRequest>
| Modifier and Type | Method and Description |
|---|---|
GetCommentsForComparedCommitRequest.Builder |
afterCommitId(String afterCommitId)
To establish the directionality of the comparison, the full commit ID of the after commit.
|
GetCommentsForComparedCommitRequest.Builder |
beforeCommitId(String beforeCommitId)
To establish the directionality of the comparison, the full commit ID of the before commit.
|
GetCommentsForComparedCommitRequest.Builder |
maxResults(Integer maxResults)
A non-zero, non-negative integer used to limit the number of returned results.
|
GetCommentsForComparedCommitRequest.Builder |
nextToken(String nextToken)
An enumeration token that when provided in a request, returns the next batch of the results.
|
GetCommentsForComparedCommitRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetCommentsForComparedCommitRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetCommentsForComparedCommitRequest.Builder |
repositoryName(String repositoryName)
The name of the repository where you want to compare commits.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetCommentsForComparedCommitRequest.Builder repositoryName(String repositoryName)
The name of the repository where you want to compare commits.
repositoryName - The name of the repository where you want to compare commits.GetCommentsForComparedCommitRequest.Builder beforeCommitId(String beforeCommitId)
To establish the directionality of the comparison, the full commit ID of the before commit.
beforeCommitId - To establish the directionality of the comparison, the full commit ID of the before commit.GetCommentsForComparedCommitRequest.Builder afterCommitId(String afterCommitId)
To establish the directionality of the comparison, the full commit ID of the after commit.
afterCommitId - To establish the directionality of the comparison, the full commit ID of the after commit.GetCommentsForComparedCommitRequest.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.GetCommentsForComparedCommitRequest.Builder maxResults(Integer maxResults)
A non-zero, non-negative integer used to limit the number of returned results. The default is 100 comments, but you can configure up to 500.
maxResults - A non-zero, non-negative integer used to limit the number of returned results. The default is 100
comments, but you can configure up to 500.GetCommentsForComparedCommitRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetCommentsForComparedCommitRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.