Interface S3FilesAccessPointConfiguration.Builder

  • Method Details

    • accessPointArn

      S3FilesAccessPointConfiguration.Builder accessPointArn(String accessPointArn)

      The ARN of the S3 Files access point to mount into the AgentCore Runtime.

      Parameters:
      accessPointArn - The ARN of the S3 Files access point to mount into the AgentCore Runtime.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • mountPath

      The mount path for the S3 Files access point inside the AgentCore Runtime. The path must be under /mnt with exactly one subdirectory level (for example, /mnt/data).

      Parameters:
      mountPath - The mount path for the S3 Files access point inside the AgentCore Runtime. The path must be under /mnt with exactly one subdirectory level (for example, /mnt/data).
      Returns:
      Returns a reference to this object so that method calls can be chained together.