Class StartContentUploadRequest

    • Method Detail

      • contentType

        public final String contentType()

        The type of content to upload.

        Returns:
        The type of content to upload.
      • knowledgeBaseId

        public final String knowledgeBaseId()

        The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you're storing Amazon Q Content resource to it. Can be either the ID or the ARN. URLs cannot contain the ARN.

        Returns:
        The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you're storing Amazon Q Content resource to it. Can be either the ID or the ARN. URLs cannot contain the ARN.
      • presignedUrlTimeToLive

        public final Integer presignedUrlTimeToLive()

        The expected expiration time of the generated presigned URL, specified in minutes.

        Returns:
        The expected expiration time of the generated presigned URL, specified in minutes.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object