Interface ListHumanLoopsResponse.Builder

    • Method Detail

      • humanLoopSummaries

        ListHumanLoopsResponse.Builder humanLoopSummaries​(Collection<HumanLoopSummary> humanLoopSummaries)

        An array of objects that contain information about the human loops.

        Parameters:
        humanLoopSummaries - An array of objects that contain information about the human loops.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • humanLoopSummaries

        ListHumanLoopsResponse.Builder humanLoopSummaries​(HumanLoopSummary... humanLoopSummaries)

        An array of objects that contain information about the human loops.

        Parameters:
        humanLoopSummaries - An array of objects that contain information about the human loops.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListHumanLoopsResponse.Builder nextToken​(String nextToken)

        A token to display the next page of results.

        Parameters:
        nextToken - A token to display the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.