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)
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.
|
buildoverrideConfigurationcopyapplyMutation, 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)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.UpdateHitReviewStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.