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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListBonusPaymentsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListBonusPaymentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.