Interface ListReviewPolicyResultsForHitRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListReviewPolicyResultsForHitRequest.Builder,ListReviewPolicyResultsForHitRequest>,MTurkRequest.Builder,SdkBuilder<ListReviewPolicyResultsForHitRequest.Builder,ListReviewPolicyResultsForHitRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListReviewPolicyResultsForHitRequest
public static interface ListReviewPolicyResultsForHitRequest.Builder extends MTurkRequest.Builder, SdkPojo, CopyableBuilder<ListReviewPolicyResultsForHitRequest.Builder,ListReviewPolicyResultsForHitRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListReviewPolicyResultsForHitRequest.BuilderhitId(String hitId)The unique identifier of the HIT to retrieve review results for.ListReviewPolicyResultsForHitRequest.BuildermaxResults(Integer maxResults)Limit the number of results returned.ListReviewPolicyResultsForHitRequest.BuildernextToken(String nextToken)Pagination tokenListReviewPolicyResultsForHitRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListReviewPolicyResultsForHitRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListReviewPolicyResultsForHitRequest.BuilderpolicyLevels(Collection<ReviewPolicyLevel> policyLevels)The Policy Level(s) to retrieve review results for - HIT or Assignment.ListReviewPolicyResultsForHitRequest.BuilderpolicyLevels(ReviewPolicyLevel... policyLevels)The Policy Level(s) to retrieve review results for - HIT or Assignment.ListReviewPolicyResultsForHitRequest.BuilderpolicyLevelsWithStrings(String... policyLevels)The Policy Level(s) to retrieve review results for - HIT or Assignment.ListReviewPolicyResultsForHitRequest.BuilderpolicyLevelsWithStrings(Collection<String> policyLevels)The Policy Level(s) to retrieve review results for - HIT or Assignment.ListReviewPolicyResultsForHitRequest.BuilderretrieveActions(Boolean retrieveActions)Specify if the operation should retrieve a list of the actions taken executing the Review Policies and their outcomes.ListReviewPolicyResultsForHitRequest.BuilderretrieveResults(Boolean retrieveResults)Specify if the operation should retrieve a list of the results computed by the Review Policies.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.mturk.model.MTurkRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
hitId
ListReviewPolicyResultsForHitRequest.Builder hitId(String hitId)
The unique identifier of the HIT to retrieve review results for.
- Parameters:
hitId- The unique identifier of the HIT to retrieve review results for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyLevelsWithStrings
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyLevelsWithStrings
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyLevels
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyLevels
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
retrieveActions
ListReviewPolicyResultsForHitRequest.Builder retrieveActions(Boolean retrieveActions)
Specify if the operation should retrieve a list of the actions taken executing the Review Policies and their outcomes.
- Parameters:
retrieveActions- Specify if the operation should retrieve a list of the actions taken executing the Review Policies and their outcomes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
retrieveResults
ListReviewPolicyResultsForHitRequest.Builder retrieveResults(Boolean retrieveResults)
Specify if the operation should retrieve a list of the results computed by the Review Policies.
- Parameters:
retrieveResults- Specify if the operation should retrieve a list of the results computed by the Review Policies.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListReviewPolicyResultsForHitRequest.Builder nextToken(String nextToken)
Pagination token
- Parameters:
nextToken- Pagination token- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListReviewPolicyResultsForHitRequest.Builder maxResults(Integer maxResults)
Limit the number of results returned.
- Parameters:
maxResults- Limit the number of results returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListReviewPolicyResultsForHitRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListReviewPolicyResultsForHitRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-