Interface ListEvaluationFormVersionsResponse.Builder

    • Method Detail

      • evaluationFormVersionSummaryList

        ListEvaluationFormVersionsResponse.Builder evaluationFormVersionSummaryList​(Collection<EvaluationFormVersionSummary> evaluationFormVersionSummaryList)

        Provides details about a list of evaluation forms belonging to an instance.

        Parameters:
        evaluationFormVersionSummaryList - Provides details about a list of evaluation forms belonging to an instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • evaluationFormVersionSummaryList

        ListEvaluationFormVersionsResponse.Builder evaluationFormVersionSummaryList​(EvaluationFormVersionSummary... evaluationFormVersionSummaryList)

        Provides details about a list of evaluation forms belonging to an instance.

        Parameters:
        evaluationFormVersionSummaryList - Provides details about a list of evaluation forms belonging to an instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListEvaluationFormVersionsResponse.Builder nextToken​(String nextToken)

        If there are additional results, this is the token for the next set of results.

        Parameters:
        nextToken - If there are additional results, this is the token for the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.