public static interface FileSystemDataSource.Builder extends SdkPojo, CopyableBuilder<FileSystemDataSource.Builder,FileSystemDataSource>
| Modifier and Type | Method and Description |
|---|---|
FileSystemDataSource.Builder |
directoryPath(String directoryPath)
The full path to the directory to associate with the channel.
|
FileSystemDataSource.Builder |
fileSystemAccessMode(FileSystemAccessMode fileSystemAccessMode)
The access mode of the mount of the directory associated with the channel.
|
FileSystemDataSource.Builder |
fileSystemAccessMode(String fileSystemAccessMode)
The access mode of the mount of the directory associated with the channel.
|
FileSystemDataSource.Builder |
fileSystemId(String fileSystemId)
The file system id.
|
FileSystemDataSource.Builder |
fileSystemType(FileSystemType fileSystemType)
The file system type.
|
FileSystemDataSource.Builder |
fileSystemType(String fileSystemType)
The file system type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFileSystemDataSource.Builder fileSystemId(String fileSystemId)
The file system id.
fileSystemId - The file system id.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.
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.FileSystemAccessMode,
FileSystemAccessModeFileSystemDataSource.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.
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.FileSystemAccessMode,
FileSystemAccessModeFileSystemDataSource.Builder fileSystemType(String fileSystemType)
The file system type.
fileSystemType - The file system type.FileSystemType,
FileSystemTypeFileSystemDataSource.Builder fileSystemType(FileSystemType fileSystemType)
The file system type.
fileSystemType - The file system type.FileSystemType,
FileSystemTypeFileSystemDataSource.Builder directoryPath(String directoryPath)
The full path to the directory to associate with the channel.
directoryPath - The full path to the directory to associate with the channel.Copyright © 2019. All rights reserved.