Interface PresignedUrlAccessConfig.Builder

  • Method Details

    • acceptEula

      PresignedUrlAccessConfig.Builder acceptEula(Boolean acceptEula)

      Indicates acceptance of the End User License Agreement (EULA) for gated models. Set to true to acknowledge acceptance of the license terms required for accessing gated content.

      Parameters:
      acceptEula - Indicates acceptance of the End User License Agreement (EULA) for gated models. Set to true to acknowledge acceptance of the license terms required for accessing gated content.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • expectedS3Url

      PresignedUrlAccessConfig.Builder expectedS3Url(String expectedS3Url)

      The expected S3 URL prefix for validation purposes. This parameter helps ensure consistency between the resolved S3 URIs and the deployment configuration, reducing potential compatibility issues.

      Parameters:
      expectedS3Url - The expected S3 URL prefix for validation purposes. This parameter helps ensure consistency between the resolved S3 URIs and the deployment configuration, reducing potential compatibility issues.
      Returns:
      Returns a reference to this object so that method calls can be chained together.