Interface ListFileCommitHistoryResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CodeCommitResponse.Builder, CopyableBuilder<ListFileCommitHistoryResponse.Builder,ListFileCommitHistoryResponse>, SdkBuilder<ListFileCommitHistoryResponse.Builder,ListFileCommitHistoryResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ListFileCommitHistoryResponse

public static interface ListFileCommitHistoryResponse.Builder extends CodeCommitResponse.Builder, SdkPojo, CopyableBuilder<ListFileCommitHistoryResponse.Builder,ListFileCommitHistoryResponse>
  • Method Details

    • 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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 the FileVersion.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<FileVersion>).

      Parameters:
      revisionDag - a consumer that will call methods on FileVersion.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      An enumeration token that can be used to return the next batch of results.

      Parameters:
      nextToken - An enumeration token that can be used to return the next batch of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.