Class UpdateExperienceRequest

    • Method Detail

      • id

        public final String id()

        The identifier of your Amazon Kendra experience you want to update.

        Returns:
        The identifier of your Amazon Kendra experience you want to update.
      • name

        public final String name()

        A new name for your Amazon Kendra experience.

        Returns:
        A new name for your Amazon Kendra experience.
      • indexId

        public final String indexId()

        The identifier of the index for your Amazon Kendra experience.

        Returns:
        The identifier of the index for your Amazon Kendra experience.
      • roleArn

        public final String roleArn()

        The Amazon Resource Name (ARN) of a role with permission to access Query API, QuerySuggestions API, SubmitFeedback API, and IAM Identity Center that stores your user and group information. For more information, see IAM roles for Amazon Kendra.

        Returns:
        The Amazon Resource Name (ARN) of a role with permission to access Query API, QuerySuggestions API, SubmitFeedback API, and IAM Identity Center that stores your user and group information. For more information, see IAM roles for Amazon Kendra.
      • configuration

        public final ExperienceConfiguration configuration()

        Configuration information you want to update for your Amazon Kendra experience.

        Returns:
        Configuration information you want to update for your Amazon Kendra experience.
      • description

        public final String description()

        A new description for your Amazon Kendra experience.

        Returns:
        A new description for your Amazon Kendra experience.
      • 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