Interface ListAssignmentsForHitResponse.Builder

    • Method Detail

      • nextToken

        ListAssignmentsForHitResponse.Builder nextToken​(String nextToken)
        Sets the value of the NextToken property for this object.
        Parameters:
        nextToken - The new value for the NextToken property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • numResults

        ListAssignmentsForHitResponse.Builder numResults​(Integer numResults)

        The number of assignments on the page in the filtered results list, equivalent to the number of assignments returned by this call.

        Parameters:
        numResults - The number of assignments on the page in the filtered results list, equivalent to the number of assignments returned by this call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • assignments

        ListAssignmentsForHitResponse.Builder assignments​(Collection<Assignment> assignments)

        The collection of Assignment data structures returned by this call.

        Parameters:
        assignments - The collection of Assignment data structures returned by this call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • assignments

        ListAssignmentsForHitResponse.Builder assignments​(Assignment... assignments)

        The collection of Assignment data structures returned by this call.

        Parameters:
        assignments - The collection of Assignment data structures returned by this call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.