public static interface RejectAssignmentRequest.Builder extends MTurkRequest.Builder, CopyableBuilder<RejectAssignmentRequest.Builder,RejectAssignmentRequest>
Modifier and Type | Method and Description |
---|---|
RejectAssignmentRequest.Builder |
assignmentId(String assignmentId)
The ID of the assignment.
|
RejectAssignmentRequest.Builder |
requesterFeedback(String requesterFeedback)
A message for the Worker, which the Worker can see in the Status section of the web site.
|
RejectAssignmentRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
RejectAssignmentRequest.Builder assignmentId(String assignmentId)
The ID of the assignment. The assignment must correspond to a HIT created by the Requester.
assignmentId
- The ID of the assignment. The assignment must correspond to a HIT created by the Requester.RejectAssignmentRequest.Builder requesterFeedback(String requesterFeedback)
A message for the Worker, which the Worker can see in the Status section of the web site.
requesterFeedback
- A message for the Worker, which the Worker can see in the Status section of the web site.RejectAssignmentRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.