Interface InputFile.Builder

    • Method Detail

      • name

        InputFile.Builder name​(String name)

        The name of the source file.

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

        InputFile.Builder source​(FileSource source)

        Specifies where the files are located.

        Parameters:
        source - Specifies where the files are located.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • useCase

        InputFile.Builder useCase​(String useCase)

        Specifies how the source files will be used by the code interpreter.

        Parameters:
        useCase - Specifies how the source files will be used by the code interpreter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FileUseCase, FileUseCase
      • useCase

        InputFile.Builder useCase​(FileUseCase useCase)

        Specifies how the source files will be used by the code interpreter.

        Parameters:
        useCase - Specifies how the source files will be used by the code interpreter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FileUseCase, FileUseCase