Interface ListTrialComponentsResponse.Builder

    • Method Detail

      • trialComponentSummaries

        ListTrialComponentsResponse.Builder trialComponentSummaries​(Collection<TrialComponentSummary> trialComponentSummaries)

        A list of the summaries of your trial components.

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

        ListTrialComponentsResponse.Builder trialComponentSummaries​(TrialComponentSummary... trialComponentSummaries)

        A list of the summaries of your trial components.

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

        ListTrialComponentsResponse.Builder nextToken​(String nextToken)

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

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