Interface FileSystemDataSource.Builder

All Superinterfaces:
Buildable, CopyableBuilder<FileSystemDataSource.Builder,FileSystemDataSource>, SdkBuilder<FileSystemDataSource.Builder,FileSystemDataSource>, SdkPojo
Enclosing class:
FileSystemDataSource

public static interface FileSystemDataSource.Builder extends SdkPojo, CopyableBuilder<FileSystemDataSource.Builder,FileSystemDataSource>
  • Method Details

    • 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

      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:
    • fileSystemType

      FileSystemDataSource.Builder fileSystemType(String fileSystemType)

      The file system type.

      Parameters:
      fileSystemType - The file system type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • fileSystemType

      FileSystemDataSource.Builder fileSystemType(FileSystemType fileSystemType)

      The file system type.

      Parameters:
      fileSystemType - The file system type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.