public static interface ListBonusPaymentsRequest.Builder extends MTurkRequest.Builder, CopyableBuilder<ListBonusPaymentsRequest.Builder,ListBonusPaymentsRequest>
Modifier and Type | Method and 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)
Sets the value of the MaxResults property for this object.
|
ListBonusPaymentsRequest.Builder |
nextToken(String nextToken)
Pagination token
|
ListBonusPaymentsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
build
requestOverrideConfig, requestOverrideConfig
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
- The new value for the MaxResults property for this object.ListBonusPaymentsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.