Interface SharedFileSystemConfiguration.Builder

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

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

    • endpoint

      The endpoint of the shared file system that is accessed by the studio component resource.

      Parameters:
      endpoint - The endpoint of the shared file system that is accessed by the studio component resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fileSystemId

      SharedFileSystemConfiguration.Builder fileSystemId(String fileSystemId)

      The unique identifier for a file system.

      Parameters:
      fileSystemId - The unique identifier for a file system.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • linuxMountPoint

      SharedFileSystemConfiguration.Builder linuxMountPoint(String linuxMountPoint)

      The mount location for a shared file system on a Linux virtual workstation.

      Parameters:
      linuxMountPoint - The mount location for a shared file system on a Linux virtual workstation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • shareName

      The name of the file share.

      Parameters:
      shareName - The name of the file share.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • windowsMountDrive

      SharedFileSystemConfiguration.Builder windowsMountDrive(String windowsMountDrive)

      The mount location for a shared file system on a Windows virtual workstation.

      Parameters:
      windowsMountDrive - The mount location for a shared file system on a Windows virtual workstation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.