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 Details

    • 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

      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

      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

      Pagination token

      Parameters:
      nextToken - Pagination token
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.