public static interface UpdateHitReviewStatusRequest.Builder extends MTurkRequest.Builder, SdkPojo, 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) |
UpdateHitReviewStatusRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateHitReviewStatusRequest.Builder |
revert(Boolean revert)
Specifies how to update the HIT status.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateHitReviewStatusRequest.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)
overrideConfiguration in interface AwsRequest.BuilderUpdateHitReviewStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.