public static interface ListAssignmentsForHitRequest.Builder extends MTurkRequest.Builder, SdkPojo, CopyableBuilder<ListAssignmentsForHitRequest.Builder,ListAssignmentsForHitRequest>
Modifier and Type | Method and Description |
---|---|
ListAssignmentsForHitRequest.Builder |
assignmentStatuses(AssignmentStatus... assignmentStatuses)
The status of the assignments to return: Submitted | Approved | Rejected
|
ListAssignmentsForHitRequest.Builder |
assignmentStatuses(Collection<AssignmentStatus> assignmentStatuses)
The status of the assignments to return: Submitted | Approved | Rejected
|
ListAssignmentsForHitRequest.Builder |
assignmentStatusesWithStrings(Collection<String> assignmentStatuses)
The status of the assignments to return: Submitted | Approved | Rejected
|
ListAssignmentsForHitRequest.Builder |
assignmentStatusesWithStrings(String... assignmentStatuses)
The status of the assignments to return: Submitted | Approved | Rejected
|
ListAssignmentsForHitRequest.Builder |
hitId(String hitId)
The ID of the HIT.
|
ListAssignmentsForHitRequest.Builder |
maxResults(Integer maxResults)
Sets the value of the MaxResults property for this object.
|
ListAssignmentsForHitRequest.Builder |
nextToken(String nextToken)
Pagination token
|
ListAssignmentsForHitRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListAssignmentsForHitRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListAssignmentsForHitRequest.Builder hitId(String hitId)
The ID of the HIT.
hitId
- The ID of the HIT.ListAssignmentsForHitRequest.Builder nextToken(String nextToken)
Pagination token
nextToken
- Pagination tokenListAssignmentsForHitRequest.Builder maxResults(Integer maxResults)
maxResults
- The new value for the MaxResults property for this object.ListAssignmentsForHitRequest.Builder assignmentStatusesWithStrings(Collection<String> assignmentStatuses)
The status of the assignments to return: Submitted | Approved | Rejected
assignmentStatuses
- The status of the assignments to return: Submitted | Approved | RejectedListAssignmentsForHitRequest.Builder assignmentStatusesWithStrings(String... assignmentStatuses)
The status of the assignments to return: Submitted | Approved | Rejected
assignmentStatuses
- The status of the assignments to return: Submitted | Approved | RejectedListAssignmentsForHitRequest.Builder assignmentStatuses(Collection<AssignmentStatus> assignmentStatuses)
The status of the assignments to return: Submitted | Approved | Rejected
assignmentStatuses
- The status of the assignments to return: Submitted | Approved | RejectedListAssignmentsForHitRequest.Builder assignmentStatuses(AssignmentStatus... assignmentStatuses)
The status of the assignments to return: Submitted | Approved | Rejected
assignmentStatuses
- The status of the assignments to return: Submitted | Approved | RejectedListAssignmentsForHitRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListAssignmentsForHitRequest.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 © 2021 Amazon Web Services, Inc. All Rights Reserved.