Interface ListAiAgentVersionsResponse.Builder

    • Method Detail

      • aiAgentVersionSummaries

        ListAiAgentVersionsResponse.Builder aiAgentVersionSummaries​(Collection<AIAgentVersionSummary> aiAgentVersionSummaries)

        The summaries of AI Agent versions.

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

        ListAiAgentVersionsResponse.Builder aiAgentVersionSummaries​(AIAgentVersionSummary... aiAgentVersionSummaries)

        The summaries of AI Agent versions.

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

        ListAiAgentVersionsResponse.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.