Interface BatchDescribeMergeConflictsError.Builder

    • Method Detail

      • filePath

        BatchDescribeMergeConflictsError.Builder filePath​(String filePath)

        The path to the file.

        Parameters:
        filePath - The path to the file.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • exceptionName

        BatchDescribeMergeConflictsError.Builder exceptionName​(String exceptionName)

        The name of the exception.

        Parameters:
        exceptionName - The name of the exception.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • message

        BatchDescribeMergeConflictsError.Builder message​(String message)

        The message provided by the exception.

        Parameters:
        message - The message provided by the exception.
        Returns:
        Returns a reference to this object so that method calls can be chained together.