CopyableBuilder<ListReviewPolicyResultsForHITRequest.Builder,ListReviewPolicyResultsForHITRequest>
, SdkBuilder<ListReviewPolicyResultsForHITRequest.Builder,ListReviewPolicyResultsForHITRequest>
public static interface ListReviewPolicyResultsForHITRequest.Builder extends CopyableBuilder<ListReviewPolicyResultsForHITRequest.Builder,ListReviewPolicyResultsForHITRequest>
Modifier and Type | Method | 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(String... policyLevels) |
The Policy Level(s) to retrieve review results for - HIT or Assignment.
|
ListReviewPolicyResultsForHITRequest.Builder |
policyLevels(Collection<String> 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 |
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.
|
copy
apply, 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 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.ReviewPolicyLevel
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.
NOTE: This method appends the values to the existing list (if any). Use
#setPolicyLevels(java.util.Collection)
or #withPolicyLevels(java.util.Collection)
if you want
to override the existing values.
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.ReviewPolicyLevel
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.
NOTE: This method appends the values to the existing list (if any). Use
#setPolicyLevels(java.util.Collection)
or #withPolicyLevels(java.util.Collection)
if you want
to override the existing values.
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.ReviewPolicyLevel
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.