public static interface UpdateHitReviewStatusRequest.Builder extends MTurkRequest.Builder, CopyableBuilder<UpdateHitReviewStatusRequest.Builder,UpdateHitReviewStatusRequest>
Modifier and Type | Method and Description |
---|---|
UpdateHitReviewStatusRequest.Builder |
hitId(String hitId)
The ID of the HIT to update.
|
UpdateHitReviewStatusRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateHitReviewStatusRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
UpdateHitReviewStatusRequest.Builder |
revert(Boolean revert)
Specifies how to update the HIT status.
|
build
overrideConfiguration
copy
applyMutation, build
UpdateHitReviewStatusRequest.Builder hitId(String hitId)
The ID of the HIT to update.
hitId
- The ID of the HIT to update.UpdateHitReviewStatusRequest.Builder revert(Boolean revert)
Specifies how to update the HIT status. Default is False
.
Setting this to false will only transition a HIT from Reviewable
to Reviewing
Setting this to true will only transition a HIT from Reviewing
to Reviewable
revert
- Specifies how to update the HIT status. Default is False
.
Setting this to false will only transition a HIT from Reviewable
to
Reviewing
Setting this to true will only transition a HIT from Reviewing
to Reviewable
UpdateHitReviewStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateHitReviewStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.