Interface S3FilesConfiguration.Builder

  • Method Details

    • accessPointArn

      S3FilesConfiguration.Builder accessPointArn(String accessPointArn)

      The Amazon Resource Name (ARN) of the Amazon Simple Storage Service (Amazon S3) Files access point to mount.

      Parameters:
      accessPointArn - The Amazon Resource Name (ARN) of the Amazon Simple Storage Service (Amazon S3) Files access point to mount.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • mountPath

      S3FilesConfiguration.Builder mountPath(String mountPath)

      The absolute path within the session at which the access point is mounted, for example /mnt/s3data. 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/s3data. 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

      S3FilesConfiguration.Builder fileSystemArn(String fileSystemArn)

      The Amazon Resource Name (ARN) of the Amazon Simple Storage Service (Amazon S3) Files file system that owns the access point.

      Parameters:
      fileSystemArn - The Amazon Resource Name (ARN) of the Amazon Simple Storage Service (Amazon S3) Files file system that owns the access point.
      Returns:
      Returns a reference to this object so that method calls can be chained together.