public static interface SharedFileSystemConfiguration.Builder extends SdkPojo, CopyableBuilder<SharedFileSystemConfiguration.Builder,SharedFileSystemConfiguration>
| Modifier and Type | Method and Description |
|---|---|
SharedFileSystemConfiguration.Builder |
endpoint(String endpoint)
The endpoint of the shared file system that is accessed by the studio component resource.
|
SharedFileSystemConfiguration.Builder |
fileSystemId(String fileSystemId)
The unique identifier for a file system.
|
SharedFileSystemConfiguration.Builder |
linuxMountPoint(String linuxMountPoint)
The mount location for a shared file system on a Linux virtual workstation.
|
SharedFileSystemConfiguration.Builder |
shareName(String shareName)
The name of the file share.
|
SharedFileSystemConfiguration.Builder |
windowsMountDrive(String windowsMountDrive)
The mount location for a shared file system on a Windows virtual workstation.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSharedFileSystemConfiguration.Builder endpoint(String endpoint)
The endpoint of the shared file system that is accessed by the studio component resource.
endpoint - The endpoint of the shared file system that is accessed by the studio component resource.SharedFileSystemConfiguration.Builder fileSystemId(String fileSystemId)
The unique identifier for a file system.
fileSystemId - The unique identifier for a file system.SharedFileSystemConfiguration.Builder linuxMountPoint(String linuxMountPoint)
The mount location for a shared file system on a Linux virtual workstation.
linuxMountPoint - The mount location for a shared file system on a Linux virtual workstation.SharedFileSystemConfiguration.Builder shareName(String shareName)
The name of the file share.
shareName - The name of the file share.SharedFileSystemConfiguration.Builder windowsMountDrive(String windowsMountDrive)
The mount location for a shared file system on a Windows virtual workstation.
windowsMountDrive - The mount location for a shared file system on a Windows virtual workstation.Copyright © 2023. All rights reserved.