Interface ListConversationsResponse.Builder

  • Method Details

    • 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.
    • conversations

      An array of summary information on the configuration of one or more Amazon Q Business web experiences.

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

      ListConversationsResponse.Builder conversations(Conversation... conversations)

      An array of summary information on the configuration of one or more Amazon Q Business web experiences.

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

      An array of summary information on the configuration of one or more Amazon Q Business web experiences.

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

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

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