Class CreateExperienceRequest

    • Method Detail

      • name

        public final String name()

        A name for your Amazon Kendra experience.

        Returns:
        A 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 an IAM role with permission to access Query API, GetQuerySuggestions API, and other required APIs. The role also must include permission to access IAM Identity Center that stores your user and group information. For more information, see IAM access roles for Amazon Kendra.

        Returns:
        The Amazon Resource Name (ARN) of an IAM role with permission to access Query API, GetQuerySuggestions API, and other required APIs. The role also must include permission to access IAM Identity Center that stores your user and group information. For more information, see IAM access roles for Amazon Kendra.
      • configuration

        public final ExperienceConfiguration configuration()

        Configuration information for your Amazon Kendra experience. This includes ContentSourceConfiguration, which specifies the data source IDs and/or FAQ IDs, and UserIdentityConfiguration, which specifies the user or group information to grant access to your Amazon Kendra experience.

        Returns:
        Configuration information for your Amazon Kendra experience. This includes ContentSourceConfiguration, which specifies the data source IDs and/or FAQ IDs, and UserIdentityConfiguration, which specifies the user or group information to grant access to your Amazon Kendra experience.
      • description

        public final String description()

        A description for your Amazon Kendra experience.

        Returns:
        A description for your Amazon Kendra experience.
      • clientToken

        public final String clientToken()

        A token that you provide to identify the request to create your Amazon Kendra experience. Multiple calls to the CreateExperience API with the same client token creates only one Amazon Kendra experience.

        Returns:
        A token that you provide to identify the request to create your Amazon Kendra experience. Multiple calls to the CreateExperience API with the same client token creates only one 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