Interface ListAssignmentsForHitRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<ListAssignmentsForHitRequest.Builder,ListAssignmentsForHitRequest>, MTurkRequest.Builder, SdkBuilder<ListAssignmentsForHitRequest.Builder,ListAssignmentsForHitRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
ListAssignmentsForHitRequest

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

    • hitId

      The ID of the HIT.

      Parameters:
      hitId - The ID of the HIT.
      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

      Sets the value of the MaxResults property for this object.
      Parameters:
      maxResults - The new value for the MaxResults property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • assignmentStatusesWithStrings

      ListAssignmentsForHitRequest.Builder assignmentStatusesWithStrings(Collection<String> assignmentStatuses)

      The status of the assignments to return: Submitted | Approved | Rejected

      Parameters:
      assignmentStatuses - The status of the assignments to return: Submitted | Approved | Rejected
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • assignmentStatusesWithStrings

      ListAssignmentsForHitRequest.Builder assignmentStatusesWithStrings(String... assignmentStatuses)

      The status of the assignments to return: Submitted | Approved | Rejected

      Parameters:
      assignmentStatuses - The status of the assignments to return: Submitted | Approved | Rejected
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • assignmentStatuses

      ListAssignmentsForHitRequest.Builder assignmentStatuses(Collection<AssignmentStatus> assignmentStatuses)

      The status of the assignments to return: Submitted | Approved | Rejected

      Parameters:
      assignmentStatuses - The status of the assignments to return: Submitted | Approved | Rejected
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • assignmentStatuses

      ListAssignmentsForHitRequest.Builder assignmentStatuses(AssignmentStatus... assignmentStatuses)

      The status of the assignments to return: Submitted | Approved | Rejected

      Parameters:
      assignmentStatuses - The status of the assignments to return: Submitted | Approved | Rejected
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ListAssignmentsForHitRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration 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.