public static interface ListFileCommitHistoryRequest.Builder extends CodeCommitRequest.Builder, SdkPojo, CopyableBuilder<ListFileCommitHistoryRequest.Builder,ListFileCommitHistoryRequest>
| Modifier and Type | Method and Description |
|---|---|
ListFileCommitHistoryRequest.Builder |
commitSpecifier(String commitSpecifier)
The fully quaified reference that identifies the commit that contains the file.
|
ListFileCommitHistoryRequest.Builder |
filePath(String filePath)
The full path of the file whose history you want to retrieve, including the name of the file.
|
ListFileCommitHistoryRequest.Builder |
maxResults(Integer maxResults)
A non-zero, non-negative integer used to limit the number of returned results.
|
ListFileCommitHistoryRequest.Builder |
nextToken(String nextToken)
An enumeration token that allows the operation to batch the results.
|
ListFileCommitHistoryRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListFileCommitHistoryRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListFileCommitHistoryRequest.Builder |
repositoryName(String repositoryName)
The name of the repository that contains the file.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListFileCommitHistoryRequest.Builder repositoryName(String repositoryName)
The name of the repository that contains the file.
repositoryName - The name of the repository that contains the file.ListFileCommitHistoryRequest.Builder commitSpecifier(String commitSpecifier)
The fully quaified reference that identifies the commit that contains the file. For example, you can specify
a full commit ID, a tag, a branch name, or a reference such as refs/heads/main. If none is
provided, the head commit is used.
commitSpecifier - The fully quaified reference that identifies the commit that contains the file. For example, you can
specify a full commit ID, a tag, a branch name, or a reference such as refs/heads/main.
If none is provided, the head commit is used.ListFileCommitHistoryRequest.Builder filePath(String filePath)
The full path of the file whose history you want to retrieve, including the name of the file.
filePath - The full path of the file whose history you want to retrieve, including the name of the file.ListFileCommitHistoryRequest.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.ListFileCommitHistoryRequest.Builder nextToken(String nextToken)
An enumeration token that allows the operation to batch the results.
nextToken - An enumeration token that allows the operation to batch the results.ListFileCommitHistoryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListFileCommitHistoryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.