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 Summary
Modifier and TypeMethodDescriptiondirectoryPath
(String directoryPath) The full path to the directory to associate with the channel.fileSystemAccessMode
(String fileSystemAccessMode) The access mode of the mount of the directory associated with the channel.fileSystemAccessMode
(FileSystemAccessMode fileSystemAccessMode) The access mode of the mount of the directory associated with the channel.fileSystemId
(String fileSystemId) The file system id.fileSystemType
(String fileSystemType) The file system type.fileSystemType
(FileSystemType fileSystemType) The file system type.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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
The access mode of the mount of the directory associated with the channel. A directory can be mounted either in
ro
(read-only) orrw
(read-write) mode.- Parameters:
fileSystemAccessMode
- The access mode of the mount of the directory associated with the channel. A directory can be mounted either inro
(read-only) orrw
(read-write) mode.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
fileSystemAccessMode
The access mode of the mount of the directory associated with the channel. A directory can be mounted either in
ro
(read-only) orrw
(read-write) mode.- Parameters:
fileSystemAccessMode
- The access mode of the mount of the directory associated with the channel. A directory can be mounted either inro
(read-only) orrw
(read-write) mode.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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
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
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.
-