Class UpdateQuerySuggestionsBlockListRequest

    • Method Detail

      • indexId

        public final String indexId()

        The identifier of the index for the block list.

        Returns:
        The identifier of the index for the block list.
      • id

        public final String id()

        The identifier of the block list you want to update.

        Returns:
        The identifier of the block list you want to update.
      • name

        public final String name()

        A new name for the block list.

        Returns:
        A new name for the block list.
      • description

        public final String description()

        A new description for the block list.

        Returns:
        A new description for the block list.
      • sourceS3Path

        public final S3Path sourceS3Path()

        The S3 path where your block list text file sits in S3.

        If you update your block list and provide the same path to the block list text file in S3, then Amazon Kendra reloads the file to refresh the block list. Amazon Kendra does not automatically refresh your block list. You need to call the UpdateQuerySuggestionsBlockList API to refresh you block list.

        If you update your block list, then Amazon Kendra asynchronously refreshes all query suggestions with the latest content in the S3 file. This means changes might not take effect immediately.

        Returns:
        The S3 path where your block list text file sits in S3.

        If you update your block list and provide the same path to the block list text file in S3, then Amazon Kendra reloads the file to refresh the block list. Amazon Kendra does not automatically refresh your block list. You need to call the UpdateQuerySuggestionsBlockList API to refresh you block list.

        If you update your block list, then Amazon Kendra asynchronously refreshes all query suggestions with the latest content in the S3 file. This means changes might not take effect immediately.

      • roleArn

        public final String roleArn()

        The IAM (Identity and Access Management) role used to access the block list text file in S3.

        Returns:
        The IAM (Identity and Access Management) role used to access the block list text file in S3.
      • 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