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 Summary
Modifier and TypeMethodDescriptionThe endpoint of the shared file system that is accessed by the studio component resource.fileSystemId(String fileSystemId) The unique identifier for a file system.linuxMountPoint(String linuxMountPoint) The mount location for a shared file system on a Linux virtual workstation.The name of the file share.windowsMountDrive(String windowsMountDrive) The mount location for a shared file system on a Windows virtual workstation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
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
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
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.
 
 - 
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.
 
 
 -