Interface ListFileCommitHistoryResponse.Builder

    • Method Detail

      • revisionDag

        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.

        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

        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.

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

        ListFileCommitHistoryResponse.Builder nextToken​(String 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.