Interface EFSFileSystemConfig.Builder

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

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

    • fileSystemId

      EFSFileSystemConfig.Builder fileSystemId(String fileSystemId)

      The ID of your Amazon EFS file system.

      Parameters:
      fileSystemId - The ID of your Amazon EFS file system.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fileSystemPath

      EFSFileSystemConfig.Builder fileSystemPath(String fileSystemPath)

      The path to the file system directory that is accessible in Amazon SageMaker Studio. Permitted users can access only this directory and below.

      Parameters:
      fileSystemPath - The path to the file system directory that is accessible in Amazon SageMaker Studio. Permitted users can access only this directory and below.
      Returns:
      Returns a reference to this object so that method calls can be chained together.