Interface ListWebExperiencesResponse.Builder

  • Method Details

    • webExperiences

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

      Parameters:
      webExperiences - An array of summary information for one or more Amazon Q Business 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 Business experiences.

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

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

      This is a convenience method that creates an instance of the WebExperience.Builder avoiding the need to create one manually via WebExperience.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to webExperiences(List<WebExperience>).

      Parameters:
      webExperiences - a consumer that will call methods on WebExperience.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      If the response is truncated, Amazon Q Business 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 Business 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.