public static interface GetDifferencesRequest.Builder extends CodeCommitRequest.Builder, SdkPojo, CopyableBuilder<GetDifferencesRequest.Builder,GetDifferencesRequest>
| Modifier and Type | Method and Description |
|---|---|
GetDifferencesRequest.Builder |
afterCommitSpecifier(String afterCommitSpecifier)
The branch, tag, HEAD, or other fully qualified reference used to identify a commit.
|
GetDifferencesRequest.Builder |
afterPath(String afterPath)
The file path in which to check differences.
|
GetDifferencesRequest.Builder |
beforeCommitSpecifier(String beforeCommitSpecifier)
The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, the full
commit ID).
|
GetDifferencesRequest.Builder |
beforePath(String beforePath)
The file path in which to check for differences.
|
GetDifferencesRequest.Builder |
maxResults(Integer maxResults)
A non-zero, non-negative integer used to limit the number of returned results.
|
GetDifferencesRequest.Builder |
nextToken(String nextToken)
An enumeration token that, when provided in a request, returns the next batch of the results.
|
GetDifferencesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetDifferencesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetDifferencesRequest.Builder |
repositoryName(String repositoryName)
The name of the repository where you want to get differences.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetDifferencesRequest.Builder repositoryName(String repositoryName)
The name of the repository where you want to get differences.
repositoryName - The name of the repository where you want to get differences.GetDifferencesRequest.Builder beforeCommitSpecifier(String beforeCommitSpecifier)
The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, the full
commit ID). Optional. If not specified, all changes before the afterCommitSpecifier value are
shown. If you do not use beforeCommitSpecifier in your request, consider limiting the results
with maxResults.
beforeCommitSpecifier - The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, the
full commit ID). Optional. If not specified, all changes before the afterCommitSpecifier
value are shown. If you do not use beforeCommitSpecifier in your request, consider
limiting the results with maxResults.GetDifferencesRequest.Builder afterCommitSpecifier(String afterCommitSpecifier)
The branch, tag, HEAD, or other fully qualified reference used to identify a commit.
afterCommitSpecifier - The branch, tag, HEAD, or other fully qualified reference used to identify a commit.GetDifferencesRequest.Builder beforePath(String beforePath)
The file path in which to check for differences. Limits the results to this path. Can also be used to specify
the previous name of a directory or folder. If beforePath and afterPath are not
specified, differences are shown for all paths.
beforePath - The file path in which to check for differences. Limits the results to this path. Can also be used to
specify the previous name of a directory or folder. If beforePath and
afterPath are not specified, differences are shown for all paths.GetDifferencesRequest.Builder afterPath(String afterPath)
The file path in which to check differences. Limits the results to this path. Can also be used to specify the changed name of a directory or folder, if it has changed. If not specified, differences are shown for all paths.
afterPath - The file path in which to check differences. Limits the results to this path. Can also be used to
specify the changed name of a directory or folder, if it has changed. If not specified, differences
are shown for all paths.GetDifferencesRequest.Builder maxResults(Integer maxResults)
A non-zero, non-negative integer used to limit the number of returned results.
maxResults - A non-zero, non-negative integer used to limit the number of returned results.GetDifferencesRequest.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.GetDifferencesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetDifferencesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.