Interface BatchDescribeMergeConflictsResponse.Builder

    • Method Detail

      • conflicts

        BatchDescribeMergeConflictsResponse.Builder conflicts​(Collection<Conflict> conflicts)

        A list of conflicts for each file, including the conflict metadata and the hunks of the differences between the files.

        Parameters:
        conflicts - A list of conflicts for each file, including the conflict metadata and the hunks of the differences between the files.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • conflicts

        BatchDescribeMergeConflictsResponse.Builder conflicts​(Conflict... conflicts)

        A list of conflicts for each file, including the conflict metadata and the hunks of the differences between the files.

        Parameters:
        conflicts - A list of conflicts for each file, including the conflict metadata and the hunks of the differences between the files.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        BatchDescribeMergeConflictsResponse.Builder nextToken​(String nextToken)

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

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

        BatchDescribeMergeConflictsResponse.Builder errors​(BatchDescribeMergeConflictsError... errors)

        A list of any errors returned while describing the merge conflicts for each file.

        Parameters:
        errors - A list of any errors returned while describing the merge conflicts for each file.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • destinationCommitId

        BatchDescribeMergeConflictsResponse.Builder destinationCommitId​(String destinationCommitId)

        The commit ID of the destination commit specifier that was used in the merge evaluation.

        Parameters:
        destinationCommitId - The commit ID of the destination commit specifier that was used in the merge evaluation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sourceCommitId

        BatchDescribeMergeConflictsResponse.Builder sourceCommitId​(String sourceCommitId)

        The commit ID of the source commit specifier that was used in the merge evaluation.

        Parameters:
        sourceCommitId - The commit ID of the source commit specifier that was used in the merge evaluation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • baseCommitId

        BatchDescribeMergeConflictsResponse.Builder baseCommitId​(String baseCommitId)

        The commit ID of the merge base.

        Parameters:
        baseCommitId - The commit ID of the merge base.
        Returns:
        Returns a reference to this object so that method calls can be chained together.