Interface EfsConfiguration.Builder

  • Method Details

    • accessPointArn

      EfsConfiguration.Builder accessPointArn(String accessPointArn)

      The Amazon Resource Name (ARN) of the Amazon Elastic File System (Amazon EFS) access point to mount.

      Parameters:
      accessPointArn - The Amazon Resource Name (ARN) of the Amazon Elastic File System (Amazon EFS) access point to mount.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • mountPath

      EfsConfiguration.Builder mountPath(String mountPath)

      The absolute path within the session at which the access point is mounted, for example /mnt/efs. Each mount path must be unique across all file system configurations in the session.

      Parameters:
      mountPath - The absolute path within the session at which the access point is mounted, for example /mnt/efs. Each mount path must be unique across all file system configurations in the session.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fileSystemArn

      EfsConfiguration.Builder fileSystemArn(String fileSystemArn)

      The Amazon Resource Name (ARN) of the Amazon Elastic File System (Amazon EFS) file system that owns the access point.

      Parameters:
      fileSystemArn - The Amazon Resource Name (ARN) of the Amazon Elastic File System (Amazon EFS) file system that owns the access point.
      Returns:
      Returns a reference to this object so that method calls can be chained together.