Interface ExperiencesSummary.Builder

    • Method Detail

      • name

        ExperiencesSummary.Builder name​(String name)

        The name of your Amazon Kendra experience.

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

        ExperiencesSummary.Builder id​(String id)

        The identifier of your Amazon Kendra experience.

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

        ExperiencesSummary.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.
      • status

        ExperiencesSummary.Builder status​(String status)

        The processing status of your Amazon Kendra experience.

        Parameters:
        status - The processing status of your Amazon Kendra experience.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ExperienceStatus, ExperienceStatus
      • endpoints

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

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

        Parameters:
        endpoints - 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

        ExperiencesSummary.Builder endpoints​(ExperienceEndpoint... endpoints)

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

        Parameters:
        endpoints - 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.