public static interface ListReviewPolicyResultsForHITRequest.Builder extends MTurkRequest.Builder, CopyableBuilder<ListReviewPolicyResultsForHITRequest.Builder,ListReviewPolicyResultsForHITRequest>
| Modifier and Type | Method and Description |
|---|---|
ListReviewPolicyResultsForHITRequest.Builder |
hitId(String hitId)
The unique identifier of the HIT to retrieve review results for.
|
ListReviewPolicyResultsForHITRequest.Builder |
maxResults(Integer maxResults)
Limit the number of results returned.
|
ListReviewPolicyResultsForHITRequest.Builder |
nextToken(String nextToken)
Pagination token
|
ListReviewPolicyResultsForHITRequest.Builder |
policyLevels(Collection<String> policyLevels)
The Policy Level(s) to retrieve review results for - HIT or Assignment.
|
ListReviewPolicyResultsForHITRequest.Builder |
policyLevels(String... policyLevels)
The Policy Level(s) to retrieve review results for - HIT or Assignment.
|
ListReviewPolicyResultsForHITRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListReviewPolicyResultsForHITRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
ListReviewPolicyResultsForHITRequest.Builder |
retrieveActions(Boolean retrieveActions)
Specify if the operation should retrieve a list of the actions taken executing the Review Policies and their
outcomes.
|
ListReviewPolicyResultsForHITRequest.Builder |
retrieveResults(Boolean retrieveResults)
Specify if the operation should retrieve a list of the results computed by the Review Policies.
|
buildrequestOverrideConfigcopyapply, buildListReviewPolicyResultsForHITRequest.Builder hitId(String hitId)
The unique identifier of the HIT to retrieve review results for.
hitId - The unique identifier of the HIT to retrieve review results for.ListReviewPolicyResultsForHITRequest.Builder policyLevels(Collection<String> policyLevels)
The Policy Level(s) to retrieve review results for - HIT or Assignment. If omitted, the default behavior is to retrieve all data for both policy levels. For a list of all the described policies, see Review Policies.
policyLevels - The Policy Level(s) to retrieve review results for - HIT or Assignment. If omitted, the default
behavior is to retrieve all data for both policy levels. For a list of all the described policies, see
Review Policies.ListReviewPolicyResultsForHITRequest.Builder policyLevels(String... policyLevels)
The Policy Level(s) to retrieve review results for - HIT or Assignment. If omitted, the default behavior is to retrieve all data for both policy levels. For a list of all the described policies, see Review Policies.
policyLevels - The Policy Level(s) to retrieve review results for - HIT or Assignment. If omitted, the default
behavior is to retrieve all data for both policy levels. For a list of all the described policies, see
Review Policies.ListReviewPolicyResultsForHITRequest.Builder retrieveActions(Boolean retrieveActions)
Specify if the operation should retrieve a list of the actions taken executing the Review Policies and their outcomes.
retrieveActions - Specify if the operation should retrieve a list of the actions taken executing the Review Policies and
their outcomes.ListReviewPolicyResultsForHITRequest.Builder retrieveResults(Boolean retrieveResults)
Specify if the operation should retrieve a list of the results computed by the Review Policies.
retrieveResults - Specify if the operation should retrieve a list of the results computed by the Review Policies.ListReviewPolicyResultsForHITRequest.Builder nextToken(String nextToken)
Pagination token
nextToken - Pagination tokenListReviewPolicyResultsForHITRequest.Builder maxResults(Integer maxResults)
Limit the number of results returned.
maxResults - Limit the number of results returned.ListReviewPolicyResultsForHITRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.ListReviewPolicyResultsForHITRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.