Interface ListContactEvaluationsResponse.Builder

    • Method Detail

      • evaluationSummaryList

        ListContactEvaluationsResponse.Builder evaluationSummaryList​(Collection<EvaluationSummary> evaluationSummaryList)

        Provides details about a list of contact evaluations belonging to an instance.

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

        ListContactEvaluationsResponse.Builder evaluationSummaryList​(EvaluationSummary... evaluationSummaryList)

        Provides details about a list of contact evaluations belonging to an instance.

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

        ListContactEvaluationsResponse.Builder nextToken​(String nextToken)

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

        This is always returned as null in the response.

        Parameters:
        nextToken - If there are additional results, this is the token for the next set of results.

        This is always returned as null in the response.

        Returns:
        Returns a reference to this object so that method calls can be chained together.