static ListFileCommitHistoryResponse.Builder |
ListFileCommitHistoryResponse.builder() |
|
ListFileCommitHistoryResponse.Builder |
ListFileCommitHistoryResponse.Builder.nextToken(String nextToken) |
An enumeration token that can be used to return the next batch of results.
|
ListFileCommitHistoryResponse.Builder |
ListFileCommitHistoryResponse.Builder.revisionDag(Collection<FileVersion> revisionDag) |
An array of FileVersion objects that form a directed acyclic graph (DAG) of the changes to the file made by
the commits that changed the file.
|
ListFileCommitHistoryResponse.Builder |
ListFileCommitHistoryResponse.Builder.revisionDag(Consumer<FileVersion.Builder>... revisionDag) |
An array of FileVersion objects that form a directed acyclic graph (DAG) of the changes to the file made by
the commits that changed the file.
|
ListFileCommitHistoryResponse.Builder |
ListFileCommitHistoryResponse.Builder.revisionDag(FileVersion... revisionDag) |
An array of FileVersion objects that form a directed acyclic graph (DAG) of the changes to the file made by
the commits that changed the file.
|
ListFileCommitHistoryResponse.Builder |
ListFileCommitHistoryResponse.toBuilder() |
|