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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SharedFileSystemConfiguration.Builderendpoint(String endpoint)The endpoint of the shared file system that is accessed by the studio component resource.SharedFileSystemConfiguration.BuilderfileSystemId(String fileSystemId)The unique identifier for a file system.SharedFileSystemConfiguration.BuilderlinuxMountPoint(String linuxMountPoint)The mount location for a shared file system on a Linux virtual workstation.SharedFileSystemConfiguration.BuildershareName(String shareName)The name of the file share.SharedFileSystemConfiguration.BuilderwindowsMountDrive(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
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 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.
-
-