GetCommentsForComparedCommitRequest.Builder |
GetCommentsForComparedCommitRequest.Builder.afterCommitId(String afterCommitId) |
To establish the directionality of the comparison, the full commit ID of the after commit.
|
GetCommentsForComparedCommitRequest.Builder |
GetCommentsForComparedCommitRequest.Builder.beforeCommitId(String beforeCommitId) |
To establish the directionality of the comparison, the full commit ID of the before commit.
|
static GetCommentsForComparedCommitRequest.Builder |
GetCommentsForComparedCommitRequest.builder() |
|
GetCommentsForComparedCommitRequest.Builder |
GetCommentsForComparedCommitRequest.Builder.maxResults(Integer maxResults) |
A non-zero, non-negative integer used to limit the number of returned results.
|
GetCommentsForComparedCommitRequest.Builder |
GetCommentsForComparedCommitRequest.Builder.nextToken(String nextToken) |
An enumeration token that when provided in a request, returns the next batch of the results.
|
GetCommentsForComparedCommitRequest.Builder |
GetCommentsForComparedCommitRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
GetCommentsForComparedCommitRequest.Builder |
GetCommentsForComparedCommitRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
GetCommentsForComparedCommitRequest.Builder |
GetCommentsForComparedCommitRequest.Builder.repositoryName(String repositoryName) |
The name of the repository where you want to compare commits.
|
GetCommentsForComparedCommitRequest.Builder |
GetCommentsForComparedCommitRequest.toBuilder() |
|