Interface FileSystemDataSource.Builder

    • Method Detail

      • fileSystemId

        FileSystemDataSource.Builder fileSystemId​(String fileSystemId)

        The file system id.

        Parameters:
        fileSystemId - The file system id.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fileSystemAccessMode

        FileSystemDataSource.Builder fileSystemAccessMode​(String fileSystemAccessMode)

        The access mode of the mount of the directory associated with the channel. A directory can be mounted either in ro (read-only) or rw (read-write) mode.

        Parameters:
        fileSystemAccessMode - The access mode of the mount of the directory associated with the channel. A directory can be mounted either in ro (read-only) or rw (read-write) mode.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FileSystemAccessMode, FileSystemAccessMode
      • fileSystemAccessMode

        FileSystemDataSource.Builder fileSystemAccessMode​(FileSystemAccessMode fileSystemAccessMode)

        The access mode of the mount of the directory associated with the channel. A directory can be mounted either in ro (read-only) or rw (read-write) mode.

        Parameters:
        fileSystemAccessMode - The access mode of the mount of the directory associated with the channel. A directory can be mounted either in ro (read-only) or rw (read-write) mode.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FileSystemAccessMode, FileSystemAccessMode
      • directoryPath

        FileSystemDataSource.Builder directoryPath​(String directoryPath)

        The full path to the directory to associate with the channel.

        Parameters:
        directoryPath - The full path to the directory to associate with the channel.
        Returns:
        Returns a reference to this object so that method calls can be chained together.