public static interface ListReviewPolicyResultsForHitRequest.Builder extends MTurkRequest.Builder, SdkPojo, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListReviewPolicyResultsForHitRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ListReviewPolicyResultsForHitRequest.Builder |
policyLevels(Collection<ReviewPolicyLevel> policyLevels)
The Policy Level(s) to retrieve review results for - HIT or Assignment.
|
ListReviewPolicyResultsForHitRequest.Builder |
policyLevels(ReviewPolicyLevel... policyLevels)
The Policy Level(s) to retrieve review results for - HIT or Assignment.
|
ListReviewPolicyResultsForHitRequest.Builder |
policyLevelsWithStrings(Collection<String> policyLevels)
The Policy Level(s) to retrieve review results for - HIT or Assignment.
|
ListReviewPolicyResultsForHitRequest.Builder |
policyLevelsWithStrings(String... policyLevels)
The Policy Level(s) to retrieve review results for - HIT or Assignment.
|
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.
|
build
overrideConfiguration
copy
applyMutation, build
ListReviewPolicyResultsForHitRequest.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 policyLevelsWithStrings(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 policyLevelsWithStrings(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(Collection<ReviewPolicyLevel> 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(ReviewPolicyLevel... 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListReviewPolicyResultsForHitRequest.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.