public static interface GetCommentsForComparedCommitRequest.Builder extends CodeCommitRequest.Builder, 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-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)
Add an optional request override configuration.
|
GetCommentsForComparedCommitRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
GetCommentsForComparedCommitRequest.Builder |
repositoryName(String repositoryName)
The name of the repository where you want to compare commits.
|
build
overrideConfiguration
copy
applyMutation, build
GetCommentsForComparedCommitRequest.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-negative integer used to limit the number of returned results. The default is 100 comments, and is configurable up to 500.
maxResults
- A non-negative integer used to limit the number of returned results. The default is 100 comments, and
is configurable up to 500.GetCommentsForComparedCommitRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetCommentsForComparedCommitRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.