Interface ReviewResultDetail.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ReviewResultDetail.Builder,ReviewResultDetail>, SdkBuilder<ReviewResultDetail.Builder,ReviewResultDetail>, SdkPojo
Enclosing class:
ReviewResultDetail

public static interface ReviewResultDetail.Builder extends SdkPojo, CopyableBuilder<ReviewResultDetail.Builder,ReviewResultDetail>
  • Method Details

    • actionId

      ReviewResultDetail.Builder actionId(String actionId)

      A unique identifier of the Review action result.

      Parameters:
      actionId - A unique identifier of the Review action result.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subjectId

      ReviewResultDetail.Builder subjectId(String subjectId)

      The HITID or AssignmentId about which this result was taken. Note that HIT-level Review Policies will often emit results about both the HIT itself and its Assignments, while Assignment-level review policies generally only emit results about the Assignment itself.

      Parameters:
      subjectId - The HITID or AssignmentId about which this result was taken. Note that HIT-level Review Policies will often emit results about both the HIT itself and its Assignments, while Assignment-level review policies generally only emit results about the Assignment itself.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subjectType

      ReviewResultDetail.Builder subjectType(String subjectType)

      The type of the object from the SubjectId field.

      Parameters:
      subjectType - The type of the object from the SubjectId field.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • questionId

      ReviewResultDetail.Builder questionId(String questionId)

      Specifies the QuestionId the result is describing. Depending on whether the TargetType is a HIT or Assignment this results could specify multiple values. If TargetType is HIT and QuestionId is absent, then the result describes results of the HIT, including the HIT agreement score. If ObjectType is Assignment and QuestionId is absent, then the result describes the Worker's performance on the HIT.

      Parameters:
      questionId - Specifies the QuestionId the result is describing. Depending on whether the TargetType is a HIT or Assignment this results could specify multiple values. If TargetType is HIT and QuestionId is absent, then the result describes results of the HIT, including the HIT agreement score. If ObjectType is Assignment and QuestionId is absent, then the result describes the Worker's performance on the HIT.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • key

      Key identifies the particular piece of reviewed information.

      Parameters:
      key - Key identifies the particular piece of reviewed information.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • value

      The values of Key provided by the review policies you have selected.

      Parameters:
      value - The values of Key provided by the review policies you have selected.
      Returns:
      Returns a reference to this object so that method calls can be chained together.