CopyableBuilder<ListBonusPaymentsRequest.Builder,ListBonusPaymentsRequest>
, SdkBuilder<ListBonusPaymentsRequest.Builder,ListBonusPaymentsRequest>
public static interface ListBonusPaymentsRequest.Builder extends CopyableBuilder<ListBonusPaymentsRequest.Builder,ListBonusPaymentsRequest>
Modifier and Type | Method | Description |
---|---|---|
ListBonusPaymentsRequest.Builder |
assignmentId(String assignmentId) |
The ID of the assignment associated with the bonus payments to retrieve.
|
ListBonusPaymentsRequest.Builder |
hitId(String hitId) |
The ID of the HIT associated with the bonus payments to retrieve.
|
ListBonusPaymentsRequest.Builder |
maxResults(Integer maxResults) |
|
ListBonusPaymentsRequest.Builder |
nextToken(String nextToken) |
Pagination token
|
copy
apply, build
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
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 specifiedListBonusPaymentsRequest.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
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 specifiedListBonusPaymentsRequest.Builder nextToken(String nextToken)
Pagination token
nextToken
- Pagination tokenListBonusPaymentsRequest.Builder maxResults(Integer maxResults)
maxResults
- Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.