Interface ListWebExperiencesResponse.Builder

    • Method Detail

      • nextToken

        ListWebExperiencesResponse.Builder nextToken​(String nextToken)

        If the response is truncated, Amazon Q returns this token, which you can use in a later request to list the next set of messages.

        Parameters:
        nextToken - If the response is truncated, Amazon Q returns this token, which you can use in a later request to list the next set of messages.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • webExperiences

        ListWebExperiencesResponse.Builder webExperiences​(Collection<WebExperience> webExperiences)

        An array of summary information for one or more Amazon Q experiences.

        Parameters:
        webExperiences - An array of summary information for one or more Amazon Q experiences.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • webExperiences

        ListWebExperiencesResponse.Builder webExperiences​(WebExperience... webExperiences)

        An array of summary information for one or more Amazon Q experiences.

        Parameters:
        webExperiences - An array of summary information for one or more Amazon Q experiences.
        Returns:
        Returns a reference to this object so that method calls can be chained together.