Interface FileSystemConfig.Builder

    • Method Detail

      • arn

        FileSystemConfig.Builder arn​(String 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.