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 |
repositoryName(String repositoryName)
The name of the repository where you want to compare commits.
|
GetCommentsForComparedCommitRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
GetCommentsForComparedCommitRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, 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-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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.GetCommentsForComparedCommitRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.