public static interface ListFileCommitHistoryResponse.Builder extends CodeCommitResponse.Builder, SdkPojo, CopyableBuilder<ListFileCommitHistoryResponse.Builder,ListFileCommitHistoryResponse>
| Modifier and Type | Method and Description |
|---|---|
ListFileCommitHistoryResponse.Builder |
nextToken(String nextToken)
An enumeration token that can be used to return the next batch of results.
|
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 |
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 |
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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListFileCommitHistoryResponse.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.
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 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.
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 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.
This is a convenience method that creates an instance of theFileVersion.Builder avoiding the need to create one
manually via FileVersion.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #revisionDag(List.
revisionDag - a consumer that will call methods on
FileVersion.Builder#revisionDag(java.util.Collection) ListFileCommitHistoryResponse.Builder nextToken(String nextToken)
An enumeration token that can be used to return the next batch of results.
nextToken - An enumeration token that can be used to return the next batch of results.Copyright © 2023. All rights reserved.