Interface DescribeMergeConflictsResponse.Builder

    • Method Detail

      • conflictMetadata

        DescribeMergeConflictsResponse.Builder conflictMetadata​(ConflictMetadata conflictMetadata)

        Contains metadata about the conflicts found in the merge.

        Parameters:
        conflictMetadata - Contains metadata about the conflicts found in the merge.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • mergeHunks

        DescribeMergeConflictsResponse.Builder mergeHunks​(Collection<MergeHunk> mergeHunks)

        A list of merge hunks of the differences between the files or lines.

        Parameters:
        mergeHunks - A list of merge hunks of the differences between the files or lines.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • mergeHunks

        DescribeMergeConflictsResponse.Builder mergeHunks​(MergeHunk... mergeHunks)

        A list of merge hunks of the differences between the files or lines.

        Parameters:
        mergeHunks - A list of merge hunks of the differences between the files or lines.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

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

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

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

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