Interface ListTrialsResponse.Builder

    • Method Detail

      • trialSummaries

        ListTrialsResponse.Builder trialSummaries​(Collection<TrialSummary> trialSummaries)

        A list of the summaries of your trials.

        Parameters:
        trialSummaries - A list of the summaries of your trials.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • trialSummaries

        ListTrialsResponse.Builder trialSummaries​(TrialSummary... trialSummaries)

        A list of the summaries of your trials.

        Parameters:
        trialSummaries - A list of the summaries of your trials.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListTrialsResponse.Builder nextToken​(String nextToken)

        A token for getting the next set of trials, if there are any.

        Parameters:
        nextToken - A token for getting the next set of trials, if there are any.
        Returns:
        Returns a reference to this object so that method calls can be chained together.