Interface SharedFileSystemConfiguration.Builder

    • Method Detail

      • endpoint

        SharedFileSystemConfiguration.Builder endpoint​(String 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

        SharedFileSystemConfiguration.Builder shareName​(String 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.