Interface FileSystemConfig.Builder

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

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

    • mountPath

      FileSystemConfig.Builder mountPath(String mountPath)

      The path within the image to mount the user's EFS home directory. The directory should be empty. If not specified, defaults to /home/sagemaker-user.

      Parameters:
      mountPath - The path within the image to mount the user's EFS home directory. The directory should be empty. If not specified, defaults to /home/sagemaker-user.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • defaultUid

      FileSystemConfig.Builder defaultUid(Integer defaultUid)

      The default POSIX user ID (UID). If not specified, defaults to 1000.

      Parameters:
      defaultUid - The default POSIX user ID (UID). If not specified, defaults to 1000.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • defaultGid

      FileSystemConfig.Builder defaultGid(Integer defaultGid)

      The default POSIX group ID (GID). If not specified, defaults to 100.

      Parameters:
      defaultGid - The default POSIX group ID (GID). If not specified, defaults to 100.
      Returns:
      Returns a reference to this object so that method calls can be chained together.