Interface ListBonusPaymentsRequest.Builder

    • Method Detail

      • hitId

        ListBonusPaymentsRequest.Builder hitId​(String hitId)

        The ID of the HIT associated with the bonus payments to retrieve. If not specified, all bonus payments for all assignments for the given HIT are returned. Either the HITId parameter or the AssignmentId parameter must be specified

        Parameters:
        hitId - The ID of the HIT associated with the bonus payments to retrieve. If not specified, all bonus payments for all assignments for the given HIT are returned. Either the HITId parameter or the AssignmentId parameter must be specified
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • assignmentId

        ListBonusPaymentsRequest.Builder assignmentId​(String assignmentId)

        The ID of the assignment associated with the bonus payments to retrieve. If specified, only bonus payments for the given assignment are returned. Either the HITId parameter or the AssignmentId parameter must be specified

        Parameters:
        assignmentId - The ID of the assignment associated with the bonus payments to retrieve. If specified, only bonus payments for the given assignment are returned. Either the HITId parameter or the AssignmentId parameter must be specified
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListBonusPaymentsRequest.Builder nextToken​(String nextToken)

        Pagination token

        Parameters:
        nextToken - Pagination token
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListBonusPaymentsRequest.Builder maxResults​(Integer maxResults)
        Sets the value of the MaxResults property for this object.
        Parameters:
        maxResults - The new value for the MaxResults property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.