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

    • arn

      The Amazon Resource Name (ARN) of the Amazon EFS access point that provides access to the file system.

      Parameters:
      arn - The Amazon Resource Name (ARN) of the Amazon EFS access point that provides access to the file system.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • localMountPath

      FileSystemConfig.Builder localMountPath(String localMountPath)

      The path where the function can access the file system, starting with /mnt/.

      Parameters:
      localMountPath - The path where the function can access the file system, starting with /mnt/.
      Returns:
      Returns a reference to this object so that method calls can be chained together.