Interface DescribeExperienceResponse.Builder

    • Method Detail

      • id

        DescribeExperienceResponse.Builder id​(String id)

        Shows the identifier of your Amazon Kendra experience.

        Parameters:
        id - Shows the identifier of your Amazon Kendra experience.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • indexId

        DescribeExperienceResponse.Builder indexId​(String indexId)

        Shows the identifier of the index for your Amazon Kendra experience.

        Parameters:
        indexId - Shows the identifier of the index for your Amazon Kendra experience.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        DescribeExperienceResponse.Builder name​(String name)

        Shows the name of your Amazon Kendra experience.

        Parameters:
        name - Shows the name of your Amazon Kendra experience.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endpoints

        DescribeExperienceResponse.Builder endpoints​(Collection<ExperienceEndpoint> endpoints)

        Shows the endpoint URLs for your Amazon Kendra experiences. The URLs are unique and fully hosted by Amazon Web Services.

        Parameters:
        endpoints - Shows the endpoint URLs for your Amazon Kendra experiences. The URLs are unique and fully hosted by Amazon Web Services.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endpoints

        DescribeExperienceResponse.Builder endpoints​(ExperienceEndpoint... endpoints)

        Shows the endpoint URLs for your Amazon Kendra experiences. The URLs are unique and fully hosted by Amazon Web Services.

        Parameters:
        endpoints - Shows the endpoint URLs for your Amazon Kendra experiences. The URLs are unique and fully hosted by Amazon Web Services.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • configuration

        DescribeExperienceResponse.Builder configuration​(ExperienceConfiguration configuration)

        Shows the 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.

        Parameters:
        configuration - Shows the 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:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        DescribeExperienceResponse.Builder createdAt​(Instant createdAt)

        The Unix timestamp when your Amazon Kendra experience was created.

        Parameters:
        createdAt - The Unix timestamp when your Amazon Kendra experience was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updatedAt

        DescribeExperienceResponse.Builder updatedAt​(Instant updatedAt)

        The Unix timestamp when your Amazon Kendra experience was last updated.

        Parameters:
        updatedAt - The Unix timestamp when your Amazon Kendra experience was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        DescribeExperienceResponse.Builder description​(String description)

        Shows the description for your Amazon Kendra experience.

        Parameters:
        description - Shows the description for your Amazon Kendra experience.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        DescribeExperienceResponse.Builder status​(String status)

        The current processing status of your Amazon Kendra experience. When the status is ACTIVE, your Amazon Kendra experience is ready to use. When the status is FAILED, the ErrorMessage field contains the reason that this failed.

        Parameters:
        status - The current processing status of your Amazon Kendra experience. When the status is ACTIVE , your Amazon Kendra experience is ready to use. When the status is FAILED, the ErrorMessage field contains the reason that this failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ExperienceStatus, ExperienceStatus
      • status

        DescribeExperienceResponse.Builder status​(ExperienceStatus status)

        The current processing status of your Amazon Kendra experience. When the status is ACTIVE, your Amazon Kendra experience is ready to use. When the status is FAILED, the ErrorMessage field contains the reason that this failed.

        Parameters:
        status - The current processing status of your Amazon Kendra experience. When the status is ACTIVE , your Amazon Kendra experience is ready to use. When the status is FAILED, the ErrorMessage field contains the reason that this failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ExperienceStatus, ExperienceStatus
      • roleArn

        DescribeExperienceResponse.Builder roleArn​(String roleArn)

        Shows 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.

        Parameters:
        roleArn - Shows 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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errorMessage

        DescribeExperienceResponse.Builder errorMessage​(String errorMessage)

        The reason your Amazon Kendra experience could not properly process.

        Parameters:
        errorMessage - The reason your Amazon Kendra experience could not properly process.
        Returns:
        Returns a reference to this object so that method calls can be chained together.