Interface ListAiAgentsResponse.Builder

    • Method Detail

      • aiAgentSummaries

        ListAiAgentsResponse.Builder aiAgentSummaries​(Collection<AIAgentSummary> aiAgentSummaries)

        The summaries of AI Agents.

        Parameters:
        aiAgentSummaries - The summaries of AI Agents.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • aiAgentSummaries

        ListAiAgentsResponse.Builder aiAgentSummaries​(AIAgentSummary... aiAgentSummaries)

        The summaries of AI Agents.

        Parameters:
        aiAgentSummaries - The summaries of AI Agents.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListAiAgentsResponse.Builder nextToken​(String nextToken)

        The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

        Parameters:
        nextToken - The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.