Class UpdateThesaurusRequest

    • Method Detail

      • id

        public final String id()

        The identifier of the thesaurus you want to update.

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

        public final String name()

        A new name for the thesaurus.

        Returns:
        A new name for the thesaurus.
      • indexId

        public final String indexId()

        The identifier of the index for the thesaurus.

        Returns:
        The identifier of the index for the thesaurus.
      • description

        public final String description()

        A new description for the thesaurus.

        Returns:
        A new description for the thesaurus.
      • roleArn

        public final String roleArn()

        An IAM role that gives Amazon Kendra permissions to access thesaurus file specified in SourceS3Path.

        Returns:
        An IAM role that gives Amazon Kendra permissions to access thesaurus file specified in SourceS3Path.
      • sourceS3Path

        public final S3Path sourceS3Path()
        Returns the value of the SourceS3Path property for this object.
        Returns:
        The value of the SourceS3Path property for this object.
      • 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