Interface InputFile.Builder

    • Method Detail

      • sourceLocation

        InputFile.Builder sourceLocation​(String sourceLocation)

        The source location of the input file.

        Parameters:
        sourceLocation - The source location of the input file.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • targetLocation

        InputFile.Builder targetLocation​(String targetLocation)

        The target location of the input file.

        Parameters:
        targetLocation - The target location of the input file.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fileMetadata

        InputFile.Builder fileMetadata​(FileMetadata fileMetadata)

        The file metadata of the input file.

        Parameters:
        fileMetadata - The file metadata of the input file.
        Returns:
        Returns a reference to this object so that method calls can be chained together.