Class GetQuerySuggestionsBlockListResult


  • public final class GetQuerySuggestionsBlockListResult
    extends java.lang.Object
    • Method Detail

      • arn

        public java.lang.String arn()
        Returns:
        ARN of the block list.
      • createdAt

        public java.lang.String createdAt()
        Returns:
        Date-time a block list was created.
      • description

        public java.lang.String description()
        Returns:
        Description for the block list.
      • errorMessage

        public java.lang.String errorMessage()
        Returns:
        Error message containing details if there are issues processing the block list.
      • fileSizeBytes

        public java.lang.Integer fileSizeBytes()
        Returns:
        Current size of the block list text file in S3.
      • id

        public java.lang.String id()
        Returns:
        The provider-assigned unique ID for this managed resource.
      • indexId

        public java.lang.String indexId()
      • itemCount

        public java.lang.Integer itemCount()
        Returns:
        Current number of valid, non-empty words or phrases in the block list text file.
      • name

        public java.lang.String name()
        Returns:
        Name of the block list.
      • querySuggestionsBlockListId

        public java.lang.String querySuggestionsBlockListId()
      • roleArn

        public java.lang.String roleArn()
        Returns:
        ARN of a role with permission to access the S3 bucket that contains the block list. For more information, see [IAM Roles for Amazon Kendra](https://docs.aws.amazon.com/kendra/latest/dg/iam-roles.html).
      • status

        public java.lang.String status()
        Returns:
        Current status of the block list. When the value is `ACTIVE`, the block list is ready for use.
      • tags

        public java.util.Map<java.lang.String,​java.lang.String> tags()
        Returns:
        Metadata that helps organize the block list you create.
      • updatedAt

        public java.lang.String updatedAt()
        Returns:
        Date and time that the block list was last updated.